DBA Data[Home] [Help]

APPS.AP_REPORTS_UTILITY_PKG dependencies on AP_CHECKS_ALL

Line 35: from ap_checks_all AC, ap_system_parameters_all APS

31: l_period_name gl_period_statuses.period_name%TYPE := '';
32: BEGIN
33: select APS.set_of_books_id, AC.check_date
34: into l_sob_id, l_check_date
35: from ap_checks_all AC, ap_system_parameters_all APS
36: where check_id = l_check_id
37: and AC.org_id = APS.org_id;
38:
39: select period_name