DBA Data[Home] [Help]

APPS.WIP_CPLPROC_PRIV dependencies on MTL_PARAMETERS

Line 183: from mtl_parameters

179: rollback into CST_COMP_SNAP_INTERFACE if exception occurs */
180:
181: select primary_cost_method
182: into l_primaryCostMethod
183: from mtl_parameters
184: where organization_id = l_cplRec.orgID;
185:
186: if (l_primaryCostMethod in (2,5,6)) then
187: l_cstRetVal := 1;

Line 1731: FROM mtl_parameters

1727:
1728: l_process_phase := '3';
1729: SELECT primary_cost_method
1730: INTO l_cost_method
1731: FROM mtl_parameters
1732: WHERE organization_id = p_org_id;
1733:
1734: l_process_phase := '4';
1735: --insert a row into cst_comp_snap_temp