DBA Data[Home] [Help]

APPS.JAI_AP_ST_REVERSE_PROCESS dependencies on RCV_HEADERS_INTERFACE

Line 6507: -- fetch shipment_num from rcv_headers_interface based on invoice_num

6503: -- to be fired when po_line_locations_all.match_option = 'P'
6504:
6505: jai_cmn_utils_pkg.WRITE_FND_LOG(G_LEVEL_STATEMENT, GV_MODULE_PREFIX || '.' || l_api_name, 'Fired when rcv_tran_id IS NULL, match_option is P');
6506:
6507: -- fetch shipment_num from rcv_headers_interface based on invoice_num
6508: -- pramasub start for isupplier IL FP
6509: -- local cursor to fetch shipment number
6510: For rcv_hdr_intf_rec in
6511: (Select shipment_num

Line 6512: From rcv_headers_interface

6508: -- pramasub start for isupplier IL FP
6509: -- local cursor to fetch shipment number
6510: For rcv_hdr_intf_rec in
6511: (Select shipment_num
6512: From rcv_headers_interface
6513: Where invoice_num = get_ven_info_rec.invoice_num)
6514: Loop
6515: v_ship_num := rcv_hdr_intf_rec.shipment_num;
6516: End loop;