DBA Data[Home] [Help]

APPS.HR_PUMP_UTILS dependencies on HR_PUMP_BATCH_HEADERS_S

Line 49: select hr_pump_batch_headers_s.nextval

45: ) return number is
46: l_batch_id number;
47: begin
48: -- Get the batch_id to allow return from function.
49: select hr_pump_batch_headers_s.nextval
50: into l_batch_id
51: from sys.dual;
52:
53: -- Straight-forward insert statement