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 1865: FROM mtl_parameters

1861:
1862: l_process_phase := '3';
1863: SELECT primary_cost_method
1864: INTO l_cost_method
1865: FROM mtl_parameters
1866: WHERE organization_id = p_org_id;
1867:
1868: l_process_phase := '4';
1869: --insert a row into cst_comp_snap_temp