DBA Data[Home] [Help]

APPS.HR_ENTRY dependencies on PAY_COST_ALLOCATION_KEYFLEX_S

Line 5824: select pay_cost_allocation_keyflex_s.nextval

5820: if g_debug then
5821: hr_utility.set_location('hr_entry.maintain_cost_keyflex', 8);
5822: end if;
5823: begin
5824: select pay_cost_allocation_keyflex_s.nextval
5825: into l_cost_allocation_keyflex_id
5826: from sys.dual;
5827: exception
5828: when NO_DATA_FOUND then