DBA Data[Home] [Help]

APPS.AP_OPEN_ITEMS_REVAL_PKG dependencies on GL_PERIOD_STATUSES

Line 966: from gl_period_statuses gps

962: and asp.org_id = P_ORG_ID;
963:
964: select gps.end_date
965: into g_revaluation_date
966: from gl_period_statuses gps
967: where upper(gps.period_name) = upper(P_REVALUATION_PERIOD)
968: and gps.set_of_books_id = g_ledger_id
969: and gps.application_id = c_application_id;
970: