DBA Data[Home] [Help]

APPS.GL_JE_HEADERS_PKG dependencies on GL_PERIOD_STATUSES_PKG

Line 775: gl_period_statuses_pkg.select_columns(

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

Line 796: gl_period_statuses_pkg.select_columns(

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