DBA Data[Home] [Help]

APPS.CSP_EXCESS_PARTS_PVT dependencies on FINANCIALS_SYSTEM_PARAMS_ALL

Line 343: from financials_system_params_all

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