DBA Data[Home] [Help]

APPS.GL_FUNDS_AVAILABLE_PKG dependencies on GL_PERIOD_STATUSES_PKG

Line 330: gl_period_statuses_pkg.select_year_1st_period(

326:
327: BEGIN
328: IF (x_amount_type in ('QTDE', 'YTDE', 'PJTD')) THEN
329: IF (x_amount_type = 'YTDE') THEN
330: gl_period_statuses_pkg.select_year_1st_period(
331: 101,
332: x_ledger_id,
333: x_period_year,
334: x_first_period_of_year_name );

Line 344: gl_period_statuses_pkg.get_extended_quarter(

340: x_year_used_for_ext_actuals := x_period_year;
341: x_quarter_used_for_ext_actuals := x_quarter_num;
342: ELSIF (x_amount_type = 'QTDE') /* x_closing_status IN ( 'N', 'F' ) */
343: THEN
344: gl_period_statuses_pkg.get_extended_quarter(
345: 101,
346: x_ledger_id,
347: x_period_year,
348: x_period_name,

Line 356: gl_period_statuses_pkg.get_extended_year(

352: x_num_used_for_ext_actuals,
353: x_year_used_for_ext_actuals,
354: x_quarter_used_for_ext_actuals );
355: ELSIF x_amount_type = 'YTDE' then /* x_closing_status IN ('N', 'F') */
356: gl_period_statuses_pkg.get_extended_year(
357: 101,
358: x_ledger_id,
359: x_period_year,
360: x_accounted_period_type,