DBA Data[Home] [Help]

APPS.PSP_SUM_ADJ dependencies on GL_JOURNAL_IMPORT_S

Line 1487: SELECT GL_JOURNAL_IMPORT_S.NEXTVAL

1483:
1484: end;*/
1485:
1486: -- insert into gl_interface_control
1487: SELECT GL_JOURNAL_IMPORT_S.NEXTVAL
1488: INTO l_int_run_id
1489: FROM DUAL;
1490:
1491: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) ||' Calling insert_into_gl_interface ');