DBA Data[Home] [Help]

APPS.PO_NEGOTIATION_REQ_NOTIF dependencies on PO_SYSTEM_PARAMETERS

Line 163: from po_system_parameters;

159: /* get the current org_id */
160: begin
161: select org_id
162: into x_org_id
163: from po_system_parameters;
164: exception
165: when others then
166: null;
167: end;