DBA Data[Home] [Help]

APPS.JMF_SUBCONTRACT_ORDERS_PVT dependencies on STANDARD

Line 1825: AND plla.shipment_type in ('STANDARD', 'BLANKET') -- Added for bug 13549961

1821: AND hoi.organization_id = msib.organization_id
1822: AND msib.subcontracting_component in (1, 2)
1823: AND pha.approved_flag = 'Y'
1824: AND nvl(plla.approved_flag, 'N') = 'Y' -- Added for bug 13549961
1825: AND plla.shipment_type in ('STANDARD', 'BLANKET') -- Added for bug 13549961
1826: AND nvl(pha.cancel_flag, 'N') = 'N'
1827: AND nvl(pla.cancel_flag, 'N') = 'N'
1828: AND nvl(plla.cancel_flag, 'N') = 'N'
1829: AND hoi.organization_id

Line 2530: -- to create the WIP job, we use the standard mechanism to create

2526:
2527: /*
2528: -- Once the BOM is exploded for the OSA item, the components
2529: -- are grouped so that when we load the components in WIP table
2530: -- to create the WIP job, we use the standard mechanism to create
2531: -- requirements by item/operations. Hence we check if there
2532: -- are multiple operation requirements for the same item.
2533: -- If the same item is defined in multiple operations, we
2534: -- log a message and move on to the next shipment.