1178:
1179: /* Bug: 1786105 For all the following three validation select, the table/views:
1180: mtl_projects_v
1181: pa_expenditure_types
1182: per_organization_units
1183: needs to be replaced with
1184: pa_projects_expend_v
1185: pa_expenditure_types_expend_v
1186: pa_organizations_expend_v
1323: SELECT 'Y' into x_valid3
1324: FROM sys.dual
1325: WHERE x_expenditure_organization_id IS NULL
1326: OR EXISTS( SELECT 'Valid Expenditure Org'
1327: FROM per_organization_units pou
1328: WHERE pou.organization_id=
1329: x_expenditure_organization_id
1330: );
1331: