DBA Data[Home] [Help]

APPS.OKE_DTS_INTEGRATION_PKG dependencies on PA_EXPENDITURE_TYPES_EXPEND_V

Line 1164: from pa_expenditure_types_expend_v

1160: select 'OKE_DTS_EXP_TYPE_INVALID'
1161: from dual
1162: where not exists (
1163: select 'Expenditure Type exists and is valid'
1164: from pa_expenditure_types_expend_v
1165: where expenditure_type = l_exp_type
1166: and system_linkage_function = 'VI' )
1167: union all
1168: select 'OKE_DTS_EXP_ORG_INVALID'