[Home] [Help]
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;