DBA Data[Home] [Help]

APPS.PO_POXPOSTD_XMLP_PKG dependencies on PO_SYSTEM_PARAMETERS

Line 110: FROM po_system_parameters psp;

106:
107: begin
108: SELECT psp.manual_po_num_type manual_po_num_type
109: into P_po_num_type
110: FROM po_system_parameters psp;
111:
112: exception
113: when no_data_found then
114: P_po_num_type := 'ALPHANUMERIC';