DBA Data[Home] [Help]

APPS.AMW_IMPORT_STMNTS_ACCS_PKG dependencies on GL_SETS_OF_BOOKS_V

Line 917: GL_SETS_OF_BOOKS_V

913: cursor Get_set_of_books_ora_gl(P_SET_OF_BOOKS_ID number) is
914: Select
915: CHART_OF_ACCOUNTS_ID
916: from
917: GL_SETS_OF_BOOKS_V
918: Where
919: SET_OF_BOOKS_ID= P_SET_OF_BOOKS_ID ;
920:
921: