DBA Data[Home] [Help]

APPS.INV_RCV_INTEGRATION_PVT dependencies on STANDARD

Line 2320: AND ph.type_lookup_code in ('STANDARD','BLANKET','PLANNED')

2316: AND pl.item_id = msik.inventory_item_id
2317: AND pll.po_line_id = pl.po_line_id
2318: AND pl.po_header_id = ph.po_header_id
2319: AND pll.po_header_id = ph.po_header_id
2320: AND ph.type_lookup_code in ('STANDARD','BLANKET','PLANNED')
2321: AND ROWNUM = 1;
2322: EXCEPTION
2323: WHEN OTHERS THEN
2324: IF (l_debug = 1) THEN

Line 4631: --with standard routing into an LPN that have material with

4627: ELSE
4628: -- Setting Inspection Status for RECEIVE CASE
4629: --{{
4630: --Do receipt/transfer of materials whose source is a document
4631: --with standard routing into an LPN that have material with
4632: --mixed inspection status. Make sure that the correct MOL is
4633: --picked up}}
4634:
4635: IF (l_debug = 1) THEN