DBA Data[Home] [Help]

APPS.PA_BUDGET_FUND_PKG dependencies on PA_COST_DISTRIBUTION_LINES_ALL

Line 3259: from pa_cost_distribution_lines_all cdl

3255: Select 'Y' into l_exists
3256: from dual
3257: where exists
3258: (select 1
3259: from pa_cost_distribution_lines_all cdl
3260: where project_id = X_project_id
3261: and burden_sum_source_run_id = -9999
3262: and line_type = 'R'); -- Added for Bug 5864881
3263: