DBA Data[Home] [Help]

APPS.WIP_JOB_DTLS_SUBSTITUTIONS dependencies on MTL_PARAMETERS

Line 1808: FROM mtl_parameters

1804: message which prevents adding an operation.*/
1805:
1806: SELECT primary_cost_method
1807: INTO l_cost_method
1808: FROM mtl_parameters
1809: WHERE organization_id = p_organization_id;
1810:
1811: IF l_cost_method = WIP_CONSTANTS.COST_AVG THEN
1812: