DBA Data[Home] [Help]

APPS.HR_PUMP_GET dependencies on GL_SETS_OF_BOOKS

Line 3237: from gl_sets_of_books sob

3233: l_id number;
3234: begin
3235: select sob.set_of_books_id
3236: into l_id
3237: from gl_sets_of_books sob
3238: where sob.name = p_set_of_books_name;
3239: return(l_id);
3240: exception
3241: when others then