DBA Data[Home] [Help]

APPS.RCV_ROI_HEADER dependencies on STANDARD

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

1442: END IF;
1443:
1444: /*bug 2123721. bgopired
1445: We were not checking the uniqueness of shipment number incase of
1446: Standard Receipts. Used the same logic of Enter Receipt form to check
1447: the uniqueness */
1448: IF p_header_record.header_record.transaction_type = 'NEW'
1449: AND p_header_record.header_record.asn_type IN('STD') THEN
1450: IF NOT rcv_core_s.val_unique_shipment_num(p_header_record.header_record.shipment_num, p_header_record.header_record.vendor_id) THEN