DBA Data[Home] [Help]

APPS.POS_DROP_SHIP_PVT SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 57

	select org_id
	into l_org_id
	from po_headers_all
	where po_header_id = p_po_header_id;
Line: 158

	select org_id
	into l_org_id
	from po_headers_all
	where po_header_id = p_po_header_id;