DBA Data[Home] [Help]

APPS.MRP_CL_FUNCTION dependencies on MTL_PARAMETERS

Line 1424: FROM mtl_parameters org, mtl_parameters cost_org

1420:
1421: CURSOR COST_C IS
1422: SELECT NVL(FND_PROFILE.VALUE('MSC_COST_TYPE'),
1423: DECODE(cost_org.primary_cost_method,1,1,2,cost_org.AVG_RATES_COST_TYPE_ID,1))
1424: FROM mtl_parameters org, mtl_parameters cost_org
1425: WHERE org.cost_organization_id = cost_org.organization_id
1426: and org.organization_id = p_org_id;
1427:
1428: CURSOR COST_C2 IS