DBA Data[Home] [Help]

APPS.GL_JE_HEADERS_PKG dependencies on GL_PERIOD_STATUSES_PKG

Line 777: gl_period_statuses_pkg.select_columns(

773: END;
774:
775: -- Get the period information
776: BEGIN
777: gl_period_statuses_pkg.select_columns(
778: 101,
779: ledger_id,
780: period_name,
781: closing_status,

Line 798: gl_period_statuses_pkg.select_columns(

794:
795: -- Get the reversing period information
796: IF (accrual_rev_period_name IS NOT NULL) THEN
797: BEGIN
798: gl_period_statuses_pkg.select_columns(
799: 101,
800: ledger_id,
801: accrual_rev_period_name,
802: tmp_closing_status,