DBA Data[Home] [Help]

APPS.INV_RCV_INTEGRATION_PVT dependencies on STANDARD

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

2287: AND pl.item_id = msik.inventory_item_id
2288: AND pll.po_line_id = pl.po_line_id
2289: AND pl.po_header_id = ph.po_header_id
2290: AND pll.po_header_id = ph.po_header_id
2291: AND ph.type_lookup_code in ('STANDARD','BLANKET','PLANNED')
2292: AND ROWNUM = 1;
2293: EXCEPTION
2294: WHEN OTHERS THEN
2295: IF (l_debug = 1) THEN

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

4553: ELSE
4554: -- Setting Inspection Status for RECEIVE CASE
4555: --{{
4556: --Do receipt/transfer of materials whose source is a document
4557: --with standard routing into an LPN that have material with
4558: --mixed inspection status. Make sure that the correct MOL is
4559: --picked up}}
4560:
4561: IF (l_debug = 1) THEN