DBA Data[Home] [Help]

APPS.HR_PUMP_GET dependencies on GL_SETS_OF_BOOKS

Line 3210: from gl_sets_of_books sob

3206: l_id number;
3207: begin
3208: select sob.set_of_books_id
3209: into l_id
3210: from gl_sets_of_books sob
3211: where sob.name = p_set_of_books_name;
3212: return(l_id);
3213: exception
3214: when others then