DBA Data[Home] [Help]

APPS.AP_PERIOD_CLOSE_PKG dependencies on AP_SYSTEM_PARAMETERS_ALL

Line 1098: from ap_system_parameters_all

1094:
1095: cursor c_get_ledger_from_org
1096: is
1097: select set_of_books_id ledger_id
1098: from ap_system_parameters_all
1099: where org_id = g_org_id;
1100:
1101: lv_closing_status gl_period_statuses.closing_status%type;
1102: ld_period_start_date gl_period_statuses.start_date%type;