DBA Data[Home] [Help]

APPS.BOM_EXPLODER_PUB dependencies on MTL_PARAMETERS

Line 3800: FROM mtl_parameters

3796: -- referenced as the costing organization THEN the is_cost_organization flag is
3797: -- set to 'Y'.
3798:
3799: SELECT count(*) INTO cnt
3800: FROM mtl_parameters
3801: WHERE organization_id = cost_organization_id
3802: AND organization_id = org_id;
3803:
3804: IF (cnt >0) THEN