DBA Data[Home] [Help]

APPS.JL_BR_AR_REMIT_COLL_OCCUR dependencies on GL_SETS_OF_BOOKS

Line 183: FROM gl_sets_of_books g, ar_system_parameters a

179: mo_global.set_policy_context('S',l_org_id);
180: P_PROC_STATUS := 0;
181: SELECT g.set_of_books_id, g.currency_code
182: INTO l_set_of_books_id, l_currency_code
183: FROM gl_sets_of_books g, ar_system_parameters a
184: where g.set_of_books_id = a.set_of_books_id
185: and rownum=1;
186:
187: