DBA Data[Home] [Help]

APPS.GL_GLPPOS_PKG dependencies on IGI_POST

Line 12: IGI_POST.IGI_POST_GL_POSTING(posting_run_id);

8: end;
9:
10: PROCEDURE after_final_journals_update (posting_run_id IN NUMBER) is
11: begin
12: IGI_POST.IGI_POST_GL_POSTING(posting_run_id);
13: end;
14:
15: END gl_glppos_pkg;