DBA Data[Home] [Help]

APPS.JG_RX_C_IR_PKG dependencies on GL_SETS_OF_BOOKS

Line 197: from GL_SETS_OF_BOOKS

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