DBA Data[Home] [Help]

APPS.ITG_SYNCEXCHINBOUND_PVT dependencies on GL_SETS_OF_BOOKS

Line 45: FROM gl_sets_of_books

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