DBA Data[Home] [Help]

APPS.PER_IN_DATA_PUMP dependencies on HR_PUMP_GET

Line 294: RETURN(hr_pump_get.get_set_of_books_id(p_sets_of_book_name)) ;

290: (
291: p_sets_of_book_name IN VARCHAR2
292: ) RETURN NUMBER IS
293: BEGIN
294: RETURN(hr_pump_get.get_set_of_books_id(p_sets_of_book_name)) ;
295: END get_sets_of_book_id;
296:
297: -- -----------------------------------------------------------------------+
298: -- Name : get_id --+