DBA Data[Home] [Help]

APPS.POA_CM_EVAL_SCORES_ICX dependencies on FINANCIALS_SYSTEM_PARAMETERS

Line 592: FROM financials_system_parameters;

588: -- Get organization_id
589:
590: SELECT inventory_organization_id
591: INTO x_organization_id
592: FROM financials_system_parameters;
593:
594: -- Get item id
595:
596: if (l_item_id is null) and (l_item is not null) then