DBA Data[Home] [Help]

APPS.PA_PERIODS_PKG dependencies on GL_PERIOD_STATUSES_PKG

Line 74: gl_period_statuses_pkg.insert_ps_api(

70: , NULL
71: , l_org_id ); -- 12i MOAC changes
72:
73: x_stage := 'INSERT INTO GL_PERIOD_STATUSES';
74: gl_period_statuses_pkg.insert_ps_api(
75: 275
76: , X_sob_id
77: , xperiod.period_name
78: , 'O'

Line 86: /* gl_period_statuses_pkg.insert_ps_api(

82: , X_user_id
83: , X_login_id );
84:
85: /* Bug 2579245: Inserting record in gl_period_statuses*/
86: /* gl_period_statuses_pkg.insert_ps_api(
87: 275
88: , X_sob_id
89: , xperiod.gl_period_name
90: , 'O'