DBA Data[Home] [Help]

APPS.AP_PERIOD_CLOSE_PKG dependencies on AP_SYSTEM_PARAMETERS_ALL

Line 1326: from ap_system_parameters_all

1322:
1323: cursor c_get_ledger_from_org
1324: is
1325: select set_of_books_id ledger_id
1326: from ap_system_parameters_all
1327: where org_id = g_org_id;
1328:
1329: lv_closing_status gl_period_statuses.closing_status%type;
1330: ld_period_start_date gl_period_statuses.start_date%type;