DBA Data[Home] [Help]

APPS.OKE_DTS_INTEGRATION_PKG dependencies on PA_EXPENDITURE_TYPES_EXPEND_V

Line 1202: from pa_expenditure_types_expend_v

1198: select 'OKE_DTS_EXP_TYPE_INVALID'
1199: from dual
1200: where not exists (
1201: select 'Expenditure Type exists and is valid'
1202: from pa_expenditure_types_expend_v
1203: where expenditure_type = l_exp_type
1204: and system_linkage_function = 'VI' )
1205: union all
1206: select 'OKE_DTS_EXP_ORG_INVALID'