DBA Data[Home] [Help]

APPS.HRENTMNT dependencies on PAY_ASG_LINK_USAGES_PKG

Line 545: pay_asg_link_usages_pkg.rebuild_alus(p_assignment_id);

541: fetch csr_assignment into v_assignment;
542: if csr_assignment%found then -- { asg found
543: -- bug 9675136 replace the alu logic with a call to rebuild_alu so
544: -- code can be maintained in one place
545: pay_asg_link_usages_pkg.rebuild_alus(p_assignment_id);
546: --
547: end if; -- } asg found
548: --
549: close csr_assignment;