DBA Data[Home] [Help]

APPS.RCV_ROI_HEADER dependencies on STANDARD

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

1468: END IF;
1469:
1470: /*bug 2123721. bgopired
1471: We were not checking the uniqueness of shipment number incase of
1472: Standard Receipts. Used the same logic of Enter Receipt form to check
1473: the uniqueness */
1474: IF p_header_record.header_record.transaction_type = 'NEW'
1475: AND p_header_record.header_record.asn_type IN('STD') THEN
1476: IF NOT rcv_core_s.val_unique_shipment_num(p_header_record.header_record.shipment_num, p_header_record.header_record.vendor_id) THEN