DBA Data[Home] [Help]

APPS.PA_AUTOALLOC_WF_PKG dependencies on PA_EXPENDITURES_ALL

Line 2223: PA_Expenditures_All ES

2219: into v_result
2220: From dual
2221: where exists (select 'Y'
2222: from PA_Expenditure_Items_All EI,
2223: PA_Expenditures_All ES
2224: where ES.expenditure_group = v_expenditure_group
2225: and EI.expenditure_item_id = ES.expenditure_id
2226: and EI.cost_distributed_flag||'' = 'N'
2227: );