APPS.HR_ENTRY dependencies on PAY_COST_ALLOCATION_KEYFLEX_S
Line 5435: select pay_cost_allocation_keyflex_s.nextval
5431: if g_debug then
5432: hr_utility.set_location('hr_entry.maintain_cost_keyflex', 8);
5433: end if;
5434: begin 5435: select pay_cost_allocation_keyflex_s.nextval 5436: into l_cost_allocation_keyflex_id
5437: from sys.dual;
5438: exception
5439: when NO_DATA_FOUND then