DBA Data[Home] [Help]

APPS.WIP_BOMROUTINGUTIL_PVT dependencies on WIP_DISCRETE_JOBS

Line 761: from wip_discrete_jobs

757: /*Add for 12355035: below check exsits for 11.5.10 in wilmeb.ppc, method wilmeb_explode_bom.
758: But missing in R12 code*/
759: select primary_item_id
760: into l_primary_item
761: from wip_discrete_jobs
762: where organization_id = p_orgID
763: and wip_entity_id = p_wipEntityID;
764:
765: if(l_primary_item is null AND (l_compTbl(l_count).wip_supply_type = WIP_CONSTANTS.OP_PULL or

Line 1101: from wip_discrete_jobs

1097: select start_quantity,
1098: status_type
1099: into l_jobQty,
1100: l_jobStatus
1101: from wip_discrete_jobs
1102: where organization_id = p_orgID
1103: and wip_entity_id = p_wipEntityID;
1104:
1105: if ( p_qty is null or