DBA Data[Home] [Help]

APPS.PO_AUTO_HEADER_PROCESS_PVT dependencies on PO_SYSTEM_PARAMETERS_ALL

Line 876: FROM po_system_parameters_all psp

872: IF x_headers.rate_type IS NULL THEN
873: l_progress := '073';
874: SELECT default_rate_type
875: INTO l_rate_type
876: FROM po_system_parameters_all psp
877: WHERE psp.org_id = PO_AUTOCREATE_PARAMS.g_purchasing_ou_id;
878: ELSE
879: l_progress := '074';
880: l_rate_type := x_headers.rate_type;