41:
42: BEGIN
43: SELECT currency_code
44: INTO l_currency_code
45: FROM gl_sets_of_books
46: WHERE set_of_books_id = p_sob_id;
47:
48: IF (l_Debug_Level <= 1) THEN
49: itg_debug_pub.Add('GCC - l_currency_code'||l_currency_code ,1);