DBA Data[Home] [Help]

APPS.IGF_GR_GEN dependencies on FND_DATE

Line 938: x_rfms_process_dt => fnd_date.string_to_date(l_rfms_process_dt,'YYYYMMDD'),

934: x_batch_id => rfms_batch_rec.batch_id,
935: x_data_rec_length => rfms_batch_rec.data_rec_length,
936: x_ope_id => rfms_batch_rec.ope_id,
937: x_software_providor => rfms_batch_rec.software_providor,
938: x_rfms_process_dt => fnd_date.string_to_date(l_rfms_process_dt,'YYYYMMDD'),
939: x_rfms_ack_dt => TRUNC(SYSDATE),
940: x_rfms_ack_batch_id => p_batch_id,
941: x_reject_reason => l_batch_rej_reason,
942: x_mode => 'R' );