DBA Data[Home] [Help]

APPS.PA_MULTI_CURRENCY_BILLING dependencies on PA_EXPENDITURE_ITEMS_ALL

Line 1095: from pa_expenditure_items_all E, pa_tasks T

1091: /*Commented for bug 3088683
1092: SELECT 'Y' into lv_return_flag from dual
1093: where exists
1094: (select T.project_id
1095: from pa_expenditure_items_all E, pa_tasks T
1096: where T.project_id = p_project_id
1097: and E.task_id = T.task_id);
1098: End of comment for bug 3088683 */
1099:

Line 1105: from pa_expenditure_items_all E

1101:
1102: SELECT 'Y' into lv_return_flag from dual
1103: where exists
1104: (select E.project_id
1105: from pa_expenditure_items_all E
1106: where E.project_id = p_project_id);
1107:
1108: /*End of change for bug 3088683 */
1109: