DBA Data[Home] [Help]

APPS.PA_FUNDING_CORE dependencies on PA_EXPENDITURE_ITEMS

Line 433: from pa_expenditure_items E, pa_tasks T

429: /* Commented for Bug 3457824
430: select 'N' into v_valid_level_change from dual
431: where exists
432: (select T.project_id
433: from pa_expenditure_items E, pa_tasks T
434: where T.project_id = p_project_id
435: and E.task_id = T.task_id
436: and E.revenue_distributed_flag <> 'N');
437: */

Line 444: from pa_expenditure_items E

440:
441: select 'N' into v_valid_level_change from dual
442: where exists
443: (select E.project_id
444: from pa_expenditure_items E
445: where E.project_id = p_project_id
446: and E.revenue_distributed_flag <> 'N');
447:
448: /* Code Added for Bug 3457824 ends here */