DBA Data[Home] [Help]

APPS.PSP_ENC_SUM_TRAN dependencies on PSP_ST_RUN_ID_S

Line 524: SELECT psp_st_run_id_s.nextval INTO g_run_id FROM dual;

520: enc_control_rec enc_control_cur%ROWTYPE;
521: l_bg_id NUMBER := g_business_group_id;
522: BEGIN
523: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || 'Entering Enc_Batch_begin ');
524: SELECT psp_st_run_id_s.nextval INTO g_run_id FROM dual;
525:
526: OPEN enc_control_cur;
527: LOOP
528: FETCH enc_control_cur INTO enc_control_rec;