DBA Data[Home] [Help]

APPS.OKE_ACTION_VALIDATIONS_PKG dependencies on PA_ORGANIZATIONS_EXPEND_V

Line 543: from pa_organizations_expend_v

539: select 'OKE_DTS_EXP_ORG_INVALID'
540: from dual
541: where not exists (
542: select 'Expenditure Org exists and is valid'
543: from pa_organizations_expend_v
544: where organization_id = p_expenditure_organization_id );
545:
546: CURSOR c3 ( P_ID NUMBER ) IS
547: SELECT 'x'