DBA Data[Home] [Help]

APPS.GL_PERIOD_STATUSES_PKG dependencies on STANDARD

Line 74: -- '1', 'Standard', 'Month', '01-JAN-93', 100, 100, '01-JAN-93', 100)

70: -- x_creation_date
71: -- x_created_by
72: -- Example
73: -- gl_period_statuses_pkg.insert_led_ps(
74: -- '1', 'Standard', 'Month', '01-JAN-93', 100, 100, '01-JAN-93', 100)
75: -- Notes
76: --
77: PROCEDURE insert_led_ps(
78: x_ledger_id NUMBER,

Line 109: -- 275, 1, 'JAN-93', 'O', 'Standard', 1034, 1034 )

105: -- Example
106: -- 1. gl_period_statuses_pkg.insert_ps_api(
107: -- 275, 1, 'JAN-93', 'O','', 1034, 1034 )
108: -- 2. gl_period_statuses_pkg.insert_ps_api(
109: -- 275, 1, 'JAN-93', 'O', 'Standard', 1034, 1034 )
110: -- Notes
111: -- 1. If x_period_set_name is NULL, period_set_name
112: -- from led will be used.
113: -- 2. This api is only used by PA in 10.7.

Line 149: -- 'Standard', 'JAN-93', '01-JAN-93', '31-JAN-93', 'Month',

145: -- x_last_update_login Login ID of the last person
146: -- to update the period
147: -- Example
148: -- gl_period_statuses_pkg.insert_period(
149: -- 'Standard', 'JAN-93', '01-JAN-93', '31-JAN-93', 'Month',
150: -- 1993, 1, 1, 'N', 0, 0);
151: -- Notes
152: --
153: PROCEDURE insert_period(

Line 196: -- options.update_period('Standard', 'Jan-91', 'JAN-91', '01-JAN-91',

192: -- update the period
193: -- x_last_update_login Login ID of the last person
194: -- to update the period
195: -- Example
196: -- options.update_period('Standard', 'Jan-91', 'JAN-91', '01-JAN-91',
197: -- '31-JAN-91', 'Month', 1991, 1, 1, 'N', 0, 0);
198: -- Notes
199: --
200: PROCEDURE update_period(

Line 228: -- options.delete_period('Standard', 'JAN-91');

224: -- period is in
225: -- x_old_period_name Name of the period before
226: -- the update
227: -- Example
228: -- options.delete_period('Standard', 'JAN-91');
229: -- Notes
230: --
231: PROCEDURE delete_period(
232: x_calendar_name VARCHAR2,