DBA Data[Home] [Help]

APPS.WIP_UTILITIES dependencies on WIP_DISCRETE_JOBS

Line 866: from wip_discrete_jobs

862: end if;
863:
864: select organization_id, primary_item_id
865: into l_org_id, l_item_id
866: from wip_discrete_jobs
867: where wip_entity_id = p_wip_entity_id;
868:
869: INV_LABEL.PRINT_LABEL_MANUAL_WRAP (
870: P_BUSINESS_FLOW_CODE => NULL,

Line 1052: wip_discrete_jobs wdj

1048: INTO l_lot_number,
1049: l_sch_st_date,
1050: l_item_rev
1051: FROM mtl_system_items msi,
1052: wip_discrete_jobs wdj
1053: WHERE wdj.wip_entity_id = l_wip_entity_id
1054: AND msi.organization_id = wdj.organization_id
1055: AND msi.inventory_item_id = wdj.primary_item_id;
1056: -- End : Changes to fix bug #6860138 --