DBA Data[Home] [Help]

APPS.WIP_JSI_VALIDATOR dependencies on MRP_PROJECT_PARAMETERS

Line 2120: from mrp_project_parameters mpp

2116: and ccwac.class_type = wip_constants.discrete
2117: and mp.organization_id = wjsi_row.organization_id
2118: and ( mp.primary_cost_method = wip_constants.cost_std
2119: or ccwac.cost_group_id = (select costing_group_id
2120: from mrp_project_parameters mpp
2121: where organization_id = wjsi_row.organization_id
2122: and mpp.project_id = wjsi_row.project_id)
2123: )
2124: );

Line 2157: from mrp_project_parameters mpp

2153: and ccwac.class_type = wip_constants.eam
2154: and mp.organization_id = wjsi_row.organization_id
2155: and ( mp.primary_cost_method = wip_constants.cost_std
2156: or ccwac.cost_group_id = (select costing_group_id
2157: from mrp_project_parameters mpp
2158: where organization_id = wjsi_row.organization_id
2159: and mpp.project_id = wjsi_row.project_id)
2160: )
2161: );