DBA Data[Home] [Help]

APPS.WIP_VALIDATEMLHEADER_PVT dependencies on MRP_PROJECT_PARAMETERS

Line 3646: from mrp_project_parameters mpp

3642: and ccwac.class_type = wip_constants.discrete
3643: and mp.organization_id = wjsi_row.organization_id
3644: and ( mp.primary_cost_method = wip_constants.cost_std
3645: or ccwac.cost_group_id = (select costing_group_id
3646: from mrp_project_parameters mpp
3647: where organization_id = wjsi_row.organization_id
3648: and mpp.project_id = wjsi_row.project_id)));
3649: end if;
3650: elsif ( wjsi_row.load_type = wip_constants.create_ns_job ) then