DBA Data[Home] [Help]

APPS.CSP_PLANNER_NOTIFICATIONS dependencies on FINANCIALS_SYSTEM_PARAMS_ALL

Line 323: from financials_system_params_all

319: where organization_id = p_organization_id;
320:
321: select nvl(req_encumbrance_flag, 'N')
322: into l_encum_flag
323: from financials_system_params_all
324: where nvl(org_id,-11)=nvl(l_operating_unit,-11);
325:
326: end;
327: