DBA Data[Home] [Help]

APPS.PA_BUDGET_FUND_PKG dependencies on PA_COST_DISTRIBUTION_LINES_ALL

Line 3367: from pa_cost_distribution_lines_all cdl

3363: Select 'Y' into l_exists
3364: from dual
3365: where exists
3366: (select 1
3367: from pa_cost_distribution_lines_all cdl
3368: where project_id = X_project_id
3369: and burden_sum_source_run_id = -9999
3370: and line_type = 'R'); -- Added for Bug 5864881
3371: