DBA Data[Home] [Help]

APPS.POS_VENDOR_PUB_PKG dependencies on PO_SYSTEM_PARAMETERS_ALL

Line 302: , po_system_parameters_all pspa

298: SELECT organization_id
299: FROM hr_operating_units m
300: , financials_system_params_all fspa
301: , ap_system_parameters_all aspa
302: , po_system_parameters_all pspa
303: WHERE m.organization_id = fspa.org_id
304: AND m.organization_id = aspa.org_id
305: AND m.organization_id = pspa.org_id
306: AND mo_global.check_access(m.organization_id) = 'Y' ;