[Home] [Help]
APPS.POS_WCAPPROVE_PVT dependencies on STANDARD
Line 3751: AND pll.shipment_type IN('STANDARD', 'BLANKET', 'SCHEDULED','PREPAYMENT');
3747: and rsh.receipt_source_code = 'VENDOR'
3748: and pll.po_line_id = pl.po_line_id
3749: AND NVL(pll.approved_flag, 'N') = 'Y'
3750: AND NVL(pll.cancel_flag, 'N') = 'N'
3751: AND pll.shipment_type IN('STANDARD', 'BLANKET', 'SCHEDULED','PREPAYMENT');
3752:
3753:
3754: wcr_line_info get_wcr_info%rowtype;
3755: