DBA Data[Home] [Help]

APPS.PA_PURGE_UNASGN_FI dependencies on GL_SETS_OF_BOOKS

Line 822: FROM GL_Sets_Of_Books GL

818: l_sob_id := rec_imp_set_of_books.Set_Of_Books_ID;
819:
820: SELECT SUBSTRB(GL.Name, 1, 30)
821: INTO l_sob_name
822: FROM GL_Sets_Of_Books GL
823: WHERE GL.Set_Of_Books_ID = l_sob_id;
824:
825: SELECT meaning
826: INTO l_tmp_str