DBA Data[Home] [Help]

APPS.IGF_GR_RFMS_DISB_ORIG dependencies on FND_DATE

Line 900: l_rfms.accpt_disb_dt := fnd_date.string_to_date(LTRIM(RTRIM(SUBSTR(rec_data.record_data,48,8))),'YYYYMMDD');

896: l_disb_ref_num := NVL(TO_NUMBER(RTRIM(LTRIM(SUBSTR(rec_data.record_data,38,2)))),0);
897: l_rfms.disb_ack_act_status := LTRIM(RTRIM(SUBSTR(rec_data.record_data,37,1)));
898: l_rfms.accpt_db_cr_flag := LTRIM(RTRIM(SUBSTR(rec_data.record_data,40,1)));
899: l_rfms.disb_accpt_amt := NVL(TO_NUMBER(RTRIM(LTRIM(SUBSTR(rec_data.record_data,41,7))))/100,0); -- check
900: l_rfms.accpt_disb_dt := fnd_date.string_to_date(LTRIM(RTRIM(SUBSTR(rec_data.record_data,48,8))),'YYYYMMDD');
901: l_rfms.disb_ytd_amt := NVL(TO_NUMBER(RTRIM(LTRIM(SUBSTR(rec_data.record_data,101,7))))/100,0); -- check
902: l_rfms.accpt_pymt_prd_start_dt := fnd_date.string_to_date(LTRIM(RTRIM(SUBSTR(rec_data.record_data,56,8))),'YYYYMMDD');
903: l_rfms.edit_code := LTRIM(RTRIM(SUBSTR(rec_data.record_data,108,75)));
904: l_rfms.ed_use_flags := LTRIM(RTRIM(SUBSTR(rec_data.record_data,183,10)));

Line 902: l_rfms.accpt_pymt_prd_start_dt := fnd_date.string_to_date(LTRIM(RTRIM(SUBSTR(rec_data.record_data,56,8))),'YYYYMMDD');

898: l_rfms.accpt_db_cr_flag := LTRIM(RTRIM(SUBSTR(rec_data.record_data,40,1)));
899: l_rfms.disb_accpt_amt := NVL(TO_NUMBER(RTRIM(LTRIM(SUBSTR(rec_data.record_data,41,7))))/100,0); -- check
900: l_rfms.accpt_disb_dt := fnd_date.string_to_date(LTRIM(RTRIM(SUBSTR(rec_data.record_data,48,8))),'YYYYMMDD');
901: l_rfms.disb_ytd_amt := NVL(TO_NUMBER(RTRIM(LTRIM(SUBSTR(rec_data.record_data,101,7))))/100,0); -- check
902: l_rfms.accpt_pymt_prd_start_dt := fnd_date.string_to_date(LTRIM(RTRIM(SUBSTR(rec_data.record_data,56,8))),'YYYYMMDD');
903: l_rfms.edit_code := LTRIM(RTRIM(SUBSTR(rec_data.record_data,108,75)));
904: l_rfms.ed_use_flags := LTRIM(RTRIM(SUBSTR(rec_data.record_data,183,10)));
905:
906: ELSE