DBA Data[Home] [Help]

APPS.RCV_CORE_S dependencies on STANDARD

Line 1572: Standard Receipts. Used the same logic of Enter Receipt form to check

1568: END IF;
1569:
1570: /*bug 2123721. bgopired
1571: We were not checking the uniqueness of shipment number incase of
1572: Standard Receipts. Used the same logic of Enter Receipt form to check
1573: the uniqueness */
1574: IF x_header_record.header_record.transaction_type = 'NEW'
1575: AND x_header_record.header_record.asn_type IN('STD') THEN
1576: IF NOT val_unique_shipment_num(x_header_record.header_record.shipment_num, x_header_record.header_record.vendor_id) THEN