DBA Data[Home] [Help]

APPS.GL_SRS_INCREMENTOR_API dependencies on STANDARD

Line 408: -- to Standard ledger, and the journal date is set to

404:
405: ----------------------------------------------------------
406: -- Increment GL Period and Date for ADB Consolidation ledger
407: -- Incrementing period for Consolidation ADB ledger is similar
408: -- to Standard ledger, and the journal date is set to
409: -- the first day of the period.
410: ----------------------------------------------------------
411: PROCEDURE cons_inc_private(
412: x_ledger_id NUMBER,

Line 507: -- Increment GL Period for Standard (Non-ADB) ledger

503: END cons_inc_private;
504:
505:
506: ------------------------------------------------------
507: -- Increment GL Period for Standard (Non-ADB) ledger
508: ------------------------------------------------------
509: PROCEDURE increment_period(
510: x_ledger_id NUMBER,
511: x_period_para VARCHAR2) IS

Line 579: -- Increment GL Date and Period for Standard ADB ledger

575: --END increment_period;
576:
577:
578: ----------------------------------------------------------
579: -- Increment GL Date and Period for Standard ADB ledger
580: ----------------------------------------------------------
581: PROCEDURE increment_adb(
582: x_ledger_id NUMBER,
583: x_period_para VARCHAR2,