DBA Data[Home] [Help]

APPS.JL_BR_WORKDAY_CALENDAR dependencies on AP_SYSTEM_PARAMETERS_ALL

Line 279: from ap_system_parameters_all

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