DBA Data[Home] [Help]

APPS.CSTPGLXF dependencies on GL_SETS_OF_BOOKS

Line 182: gl_sets_of_books glsob

178: l_set_of_books_id,
179: l_sob_name
180: FROM
181: cst_le_cost_types clct,
182: gl_sets_of_books glsob
183: WHERE
184: clct.legal_entity = p_legal_entity AND
185: clct.cost_type_id = p_cost_type_id AND
186: clct.set_of_books_id = glsob.set_of_books_id;

Line 200: gl_sets_of_books

196: currency_code
197: INTO
198: l_base_currency_code
199: FROM
200: gl_sets_of_books
201: WHERE
202: set_of_books_id = l_set_of_books_id;
203:
204: l_stmt_num := 70;