DBA Data[Home] [Help]

APPS.IGF_GR_RFMS_ORIG dependencies on FND_DATE

Line 1195: l_rfms.est_disb_dt1 := fnd_date.string_to_date(LTRIM(RTRIM(SUBSTR(rec_data.record_data,68,8))),'YYYYMMDD');

1191: l_rfms.sys_orig_name_cd := LTRIM(RTRIM(SUBSTR(rec_data.record_data,33,2)));
1192: l_rfms.attending_campus_id := LTRIM(RTRIM(SUBSTR(rec_data.record_data,35,6)));
1193: l_rfms.orig_action_code := LTRIM(RTRIM(SUBSTR(rec_data.record_data,59,1)));
1194: ln_pell_awd := NVL(TO_NUMBER(RTRIM(LTRIM(SUBSTR(rec_data.record_data,61,7)))),0)/100;
1195: l_rfms.est_disb_dt1 := fnd_date.string_to_date(LTRIM(RTRIM(SUBSTR(rec_data.record_data,68,8))),'YYYYMMDD');
1196: l_rfms.enrollment_dt := fnd_date.string_to_date(LTRIM(RTRIM(SUBSTR(rec_data.record_data,188,8))),'YYYYMMDD');
1197: l_rfms.low_tution_fee := LTRIM(RTRIM(SUBSTR(rec_data.record_data,196,1)));
1198: l_rfms.ver_status_code := LTRIM(RTRIM(SUBSTR(rec_data.record_data,197,1)));
1199: l_rfms.incrcd_fed_pell_rcp_cd := LTRIM(RTRIM(SUBSTR(rec_data.record_data,198,1)));

Line 1196: l_rfms.enrollment_dt := fnd_date.string_to_date(LTRIM(RTRIM(SUBSTR(rec_data.record_data,188,8))),'YYYYMMDD');

1192: l_rfms.attending_campus_id := LTRIM(RTRIM(SUBSTR(rec_data.record_data,35,6)));
1193: l_rfms.orig_action_code := LTRIM(RTRIM(SUBSTR(rec_data.record_data,59,1)));
1194: ln_pell_awd := NVL(TO_NUMBER(RTRIM(LTRIM(SUBSTR(rec_data.record_data,61,7)))),0)/100;
1195: l_rfms.est_disb_dt1 := fnd_date.string_to_date(LTRIM(RTRIM(SUBSTR(rec_data.record_data,68,8))),'YYYYMMDD');
1196: l_rfms.enrollment_dt := fnd_date.string_to_date(LTRIM(RTRIM(SUBSTR(rec_data.record_data,188,8))),'YYYYMMDD');
1197: l_rfms.low_tution_fee := LTRIM(RTRIM(SUBSTR(rec_data.record_data,196,1)));
1198: l_rfms.ver_status_code := LTRIM(RTRIM(SUBSTR(rec_data.record_data,197,1)));
1199: l_rfms.incrcd_fed_pell_rcp_cd := LTRIM(RTRIM(SUBSTR(rec_data.record_data,198,1)));
1200: l_rfms.transaction_num := LTRIM(RTRIM(SUBSTR(rec_data.record_data,199,2)));

Line 1221: l_rfms.birth_dt := fnd_date.string_to_date(LTRIM(RTRIM(SUBSTR(rec_data.record_data,377,8))),'YYYYMMDD');

1217: l_rfms.orig_ed_use_flags := LTRIM(RTRIM(SUBSTR(rec_data.record_data,346,10)));
1218: l_rfms.pending_amount := NVL(TO_NUMBER(RTRIM(LTRIM(SUBSTR(rec_data.record_data,356,7)))),0)/100;
1219: l_rfms.secondary_efc := NVL(TO_NUMBER(RTRIM(LTRIM(SUBSTR(rec_data.record_data,363,5)))),0)/100;
1220: l_rfms.current_ssn := LTRIM(RTRIM(SUBSTR(rec_data.record_data,368,9)));
1221: l_rfms.birth_dt := fnd_date.string_to_date(LTRIM(RTRIM(SUBSTR(rec_data.record_data,377,8))),'YYYYMMDD');
1222: l_rfms.last_name := LTRIM(RTRIM(SUBSTR(rec_data.record_data,385,16)));
1223: l_rfms.first_name := LTRIM(RTRIM(SUBSTR(rec_data.record_data,401,12)));
1224: l_rfms.middle_name := LTRIM(RTRIM(SUBSTR(rec_data.record_data,413,1)));
1225: ELSE