DBA Data[Home] [Help]

APPS.PA_BUDGET_ACCOUNT_PKG dependencies on GL_SETS_OF_BOOKS

Line 896: from pa_implementations imp, gl_sets_of_books sob

892:
893: PA_FCK_UTIL.debug_msg(l_return_status||' gen after calling derive_res_para ..........');
894: select sob.chart_of_accounts_id
895: into l_chart_of_accounts_id
896: from pa_implementations imp, gl_sets_of_books sob
897: where imp.set_of_books_id = sob.set_of_books_id;
898:
899: PA_FCK_UTIL.debug_msg(l_return_status||' gen after getting chart of account id ..........');
900: -------------------------------------+