DBA Data[Home] [Help]

APPS.PO_PDOI_PRICE_TOLERANCE_PVT dependencies on PO_HEADERS_INTERFACE

Line 105: /*Bug 10023715: Retrived the batch_id value from Po_headers_interface table*/

101: PO_LOG.proc_begin(d_module, 'p_vendor_id', p_vendor_id);
102: PO_LOG.proc_begin(d_module, 'p_vendor_name', p_vendor_name);
103: END IF;
104:
105: /*Bug 10023715: Retrived the batch_id value from Po_headers_interface table*/
106: SELECT batch_id
107: INTO l_batch_id
108: FROM po_headers_interface
109: WHERE INTERFACE_HEADER_ID = p_intf_header_id;

Line 108: FROM po_headers_interface

104:
105: /*Bug 10023715: Retrived the batch_id value from Po_headers_interface table*/
106: SELECT batch_id
107: INTO l_batch_id
108: FROM po_headers_interface
109: WHERE INTERFACE_HEADER_ID = p_intf_header_id;
110:
111: l_wf_item_key := 'POI-PRICAT-' || to_char(p_intf_header_id) || '-' || to_char(l_batch_id);
112: /* Bug 10023715 */