DBA Data[Home] [Help]

APPS.PSP_ENC_LIQ_TRAN dependencies on GL_JOURNAL_IMPORT_S

Line 3022: SELECT GL_JOURNAL_IMPORT_S.NEXTVAL

3018: -- IF l_rec_count > 0 THEN --- uncommented for 2444657 Changed the check for bug fix 4625734
3019: -- if l_rec_no > 0 then commented for 2444657
3020: -- insert into psp_stout values(91, 'kicking gl journal import');
3021:
3022: SELECT GL_JOURNAL_IMPORT_S.NEXTVAL
3023: INTO l_int_run_id
3024: FROM dual;
3025:
3026: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' l_int_run_id: ' || l_int_run_id);