DBA Data[Home] [Help]

APPS.PO_PDOI_DISTRIBUTIONS_SV3 dependencies on PA_ORGANIZATIONS_EXPEND_V

Line 1192: pa_organizations_expend_v

1188: per_organization_units
1189: needs to be replaced with
1190: pa_projects_expend_v
1191: pa_expenditure_types_expend_v
1192: pa_organizations_expend_v
1193: or else the projects validation would fail.
1194: */
1195: /* Bug 2892199 Added expenditure item date validation */
1196: IF x_destination_type_code = 'EXPENSE' then

Line 1229: FROM pa_organizations_expend_v pou

1225: end;
1226:
1227: begin
1228: SELECT 'Y' into x_valid3
1229: FROM pa_organizations_expend_v pou
1230: WHERE pou.organization_id=x_expenditure_organization_id;
1231: exception
1232: when no_data_found then
1233: x_valid3 := 'N';