DBA Data[Home] [Help]

APPS.PO_POXDETIT_XMLP_PKG dependencies on GL_SETS_OF_BOOKS

Line 43: from gl_sets_of_books gsb, financials_system_parameters fsp

39:
40: END;
41: BEGIN
42: select gsb.chart_of_accounts_id into p_chart_of_accounts_id
43: from gl_sets_of_books gsb, financials_system_parameters fsp
44: where gsb.set_of_books_id = fsp.set_of_books_id;
45: EXCEPTION
46: when no_data_found then
47: /*srw.message(1,'chart of accounts id');*/null;