DBA Data[Home] [Help]

APPS.WIP_VALIDATEMLHEADER_PVT dependencies on MRP_PROJECT_PARAMETERS

Line 3752: from mrp_project_parameters mpp

3748: and ccwac.class_type = wip_constants.discrete
3749: and mp.organization_id = wjsi_row.organization_id
3750: and ( mp.primary_cost_method = wip_constants.cost_std
3751: or ccwac.cost_group_id = (select costing_group_id
3752: from mrp_project_parameters mpp
3753: where organization_id = wjsi_row.organization_id
3754: and mpp.project_id = wjsi_row.project_id)));
3755: end if;
3756: elsif ( wjsi_row.load_type = wip_constants.create_ns_job ) then