DBA Data[Home] [Help]

APPS.WIP_JSI_VALIDATOR dependencies on MRP_PROJECT_PARAMETERS

Line 2115: from mrp_project_parameters mpp

2111: and ccwac.class_type = wip_constants.discrete
2112: and mp.organization_id = wjsi_row.organization_id
2113: and ( mp.primary_cost_method = wip_constants.cost_std
2114: or ccwac.cost_group_id = (select costing_group_id
2115: from mrp_project_parameters mpp
2116: where organization_id = wjsi_row.organization_id
2117: and mpp.project_id = wjsi_row.project_id)
2118: )
2119: );

Line 2152: from mrp_project_parameters mpp

2148: and ccwac.class_type = wip_constants.eam
2149: and mp.organization_id = wjsi_row.organization_id
2150: and ( mp.primary_cost_method = wip_constants.cost_std
2151: or ccwac.cost_group_id = (select costing_group_id
2152: from mrp_project_parameters mpp
2153: where organization_id = wjsi_row.organization_id
2154: and mpp.project_id = wjsi_row.project_id)
2155: )
2156: );