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;
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;