DBA Data[Home] [Help]

APPS.PO_POXRQSIN_XMLP_PKG dependencies on PO_SYSTEM_PARAMETERS

Line 255: FROM po_system_parameters psp;

251: P_CREATION_DATE_TO1 := to_Char(P_CREATION_DATE_TO,'dd-mon-yy');
252:
253: SELECT psp.manual_req_num_type manual_req_num_type
254: into P_req_num_type
255: FROM po_system_parameters psp;
256:
257: exception
258: when no_data_found then
259: P_req_num_type := 'ALPHANUMERIC';