DBA Data[Home] [Help]

APPS.PO_POXRQSDD_XMLP_PKG dependencies on PO_SYSTEM_PARAMETERS

Line 203: FROM po_system_parameters psp;

199:
200: begin
201: SELECT psp.manual_req_num_type manual_req_num_type
202: into P_req_num_type
203: FROM po_system_parameters psp;
204:
205: exception
206: when no_data_found then
207: P_req_num_type := 'ALPHANUMERIC';