DBA Data[Home] [Help]

APPS.POR_CHANGE_REQUEST_PKG dependencies on PO_SYSTEM_PARAMETERS_ALL

Line 68: FROM po_system_parameters_all psp

64:
65: IF p_rate_type IS NULL THEN
66: SELECT default_rate_type
67: INTO l_rate_type
68: FROM po_system_parameters_all psp
69: WHERE nvl(psp.org_id, - 99) = nvl(p_po_ou, - 99);
70: ELSE
71: l_rate_type := p_rate_type;
72: END IF;