Peter Hancock

LDNS 2023/24

Created

None

Does anybody know when the online FALA website will be updated for 2023/24 to show the updated Last Date for New Starts?  

Replies

No one has replied to this post.


Steve Hewitt

Also, worth pointing out that, as per usual, the non-reg aims haven't been rolled over yet, but, as far as I'm aware, there's no plan to change any of them EXCEPT the Community Learning ones, which are definitely changing.

Ruth Canham-James

(duplicate)

(Edited)

Ruth Canham-James

Who do we tell about this;

It's clearly just a mistake. All the other Access courses just have that as Not Set. If a student isn't fundable and doesn't want a loan, that's going to error in the ILR.

Steve Hewitt

I mean, just stick it through the Service Desk. I bet there's a pile of them if there's one...

Peter Hancock

Ruth Canham-James, in the example you gave, wouldn't the learning aim have funding model 99? I did not think that the "other" line on the website related to FM99 - I thought it related to FM81, and possibly FM82.  

Ruth Canham-James

Peter Hancock Yes, it would be Funding 99, and that errors in the ILR if the Other/Any LDNS is before the Start Date. We've had that a few times. LearnAimRef_114;

For learning aims ending on or after 1 August 2020 and are part of a funded apprentice standard programme, a Skills Bootcamp, Other Adult or Non funded component aims, then the Learning start date of the aim must be between the validity start date and end date for the corresponding validity category in the Validity table in the LARS database.

error where 
LearningDelivery.LearnActEndDate >= 2020-08-01
and
((LearningDelivery.FundModel = 36 and LearningDelivery.ProgType = 25)
or
(LearningDeliver.FundModel = 37)
or
(LearningDelivery.FundModel = 81)
or
(LearningDelivery.FundModel = 99))
and
LearningDelivery.LearnStartDate < LARS_StartDate or >  LARS_EndDate in the LARS_Validity table where (LearningDelivery.LearnAimRef = LARS_LearnAimRef and LARS_ValidityCategory = ANY)

Excluding:
Advanced Learner Loans  (LearningDeliveryFAM.LearnDelFAMType = ADL)