DBA Data[Home] [Help]

APPS.JL_BR_WORKDAY_CALENDAR dependencies on AP_SYSTEM_PARAMETERS_ALL

Line 281: from ap_system_parameters_all

277: Begin
278: Begin
279: select set_of_books_id,substr(global_attribute4,1,25)
280: into l_ledger_id,l_BSV
281: from ap_system_parameters_all
282: where nvl(org_id,-99) = nvl(l_org_id,-99);
283: Exception
284: when others THEN
285: NULL;