DBA Data[Home] [Help]

APPS.PA_BUDGET_ACCOUNT_PKG dependencies on PA_BC_BALANCES

Line 410: from pa_bc_balances

406:
407: Select 'Y'
408: into l_txn_exists_against_project
409: from dual where exists (select 1
410: from pa_bc_balances
411: where budget_version_id = l_Prev_Budget_Version_ID
412: and balance_type <> 'BGT');
413: Exception
414: When no_data_found then