DBA Data[Home] [Help]

APPS.PA_MULTI_CURRENCY_BILLING dependencies on PA_EXPENDITURE_ITEMS_ALL

Line 1102: from pa_expenditure_items_all E, pa_tasks T

1098: /*Commented for bug 3088683
1099: SELECT 'Y' into lv_return_flag from dual
1100: where exists
1101: (select T.project_id
1102: from pa_expenditure_items_all E, pa_tasks T
1103: where T.project_id = p_project_id
1104: and E.task_id = T.task_id);
1105: End of comment for bug 3088683 */
1106:

Line 1112: from pa_expenditure_items_all E

1108:
1109: SELECT 'Y' into lv_return_flag from dual
1110: where exists
1111: (select E.project_id
1112: from pa_expenditure_items_all E
1113: where E.project_id = p_project_id);
1114:
1115: /*End of change for bug 3088683 */
1116: