DBA Data[Home] [Help]

APPS.HREMPTER dependencies on PER_BUSINESS_GROUPS

Line 2170: from per_business_groups

2166: -- Added for US legsilation specific code.
2167: --
2168: cursor legislation is
2169: select legislation_code
2170: from per_business_groups
2171: where business_group_id = p_business_group_id;
2172: --
2173: l_proc varchar2(72):=g_package||'terminate_employee';
2174: begin

Line 3486: from per_business_groups

3482: -- following cursors added for bug fix 3889294.
3483: --
3484: cursor csr_leg_code(p_business_group_id number) is
3485: select legislation_code
3486: from per_business_groups
3487: where business_group_id = p_business_group_id;
3488: --
3489: cursor csr_leg_pkg(p_pkg_name varchar2) is
3490: select '1'