DBA Data[Home] [Help]

APPS.ICX_POR_JOB_TRACK_VALIDATION_S dependencies on PO_VENDORS

Line 164: from po_vendors

160: begin
161: l_progress := '014';
162: select vendor_id
163: into l_supplier_id
164: from po_vendors
165: where vendor_name = p_supplier
166: and rownum = 1;
167: exception
168: when no_data_found then

Line 334: from po_vendors

330: begin
331: l_progress := '114';
332: select vendor_id
333: into l_supplier_id
334: from po_vendors
335: where vendor_name = p_supplier
336: and rownum = 1;
337: exception
338: when no_data_found then

Line 581: /* from po_vendors pt, */

577: into p_exchange_file_name,
578: p_supplier_id,
579: p_supplier_name,
580: p_exchange_operator
581: /* from po_vendors pt, */
582: from icx_por_batch_jobs jb
583: where job_number = p_jobno;
584: -- and jb.supplier_id = pt.vendor_id;
585: