DBA Data[Home] [Help]

APPS.PO_POXBLREL_XMLP_PKG dependencies on PO_SYSTEM_PARAMETERS

Line 118: FROM po_system_parameters psp;

114:
115: begin
116: SELECT psp.manual_po_num_type manual_po_num_type
117: into P_Po_num_type
118: FROM po_system_parameters psp;
119:
120: exception
121: when no_data_found then
122: P_po_num_type := 'ALPHANUMERIC';