DBA Data[Home] [Help]

APPS.PSP_ENC_LIQ_TRAN dependencies on GL_JOURNAL_IMPORT_S

Line 3075: SELECT GL_JOURNAL_IMPORT_S.NEXTVAL

3071: -- IF l_rec_count > 0 THEN --- uncommented for 2444657 Changed the check for bug fix 4625734
3072: -- if l_rec_no > 0 then commented for 2444657
3073: -- insert into psp_stout values(91, 'kicking gl journal import');
3074:
3075: SELECT GL_JOURNAL_IMPORT_S.NEXTVAL
3076: INTO l_int_run_id
3077: FROM dual;
3078:
3079: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' l_int_run_id: ' || l_int_run_id);