DBA Data[Home] [Help]

APPS.JG_RX_C_IR_PKG dependencies on GL_SETS_OF_BOOKS

Line 194: from GL_SETS_OF_BOOKS

190:
191: /* From Set of book id, get chart of account id */
192: Select chart_of_accounts_id
193: into h_chart_of_acct_id
194: from GL_SETS_OF_BOOKS
195: Where SET_OF_BOOKS_ID = h_set_of_book_id;
196:
197: JG_RX_IR_PKG.AP_RX_INVOICE_RUN (
198: errbuf => errbuf,