DBA Data[Home] [Help]

APPS.RCV_CORE_S dependencies on STANDARD

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

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