DBA Data[Home] [Help]

APPS.CSP_EXCESS_PARTS_PVT dependencies on FINANCIALS_SYSTEM_PARAMS_ALL

Line 341: from financials_system_params_all

337: where organization_id = p_organization_id;
338:
339: select nvl(req_encumbrance_flag, 'N')
340: into l_encum_flag
341: from financials_system_params_all
342: where nvl(org_id,-11)=nvl(l_operating_unit,-11);
343: end;
344:
345: /* get calendar */