DBA Data[Home] [Help]

APPS.HREMPTER dependencies on PER_BUSINESS_GROUPS

Line 2152: from per_business_groups

2148: -- Added for US legsilation specific code.
2149: --
2150: cursor legislation is
2151: select legislation_code
2152: from per_business_groups
2153: where business_group_id = p_business_group_id;
2154: --
2155: l_proc varchar2(72):=g_package||'terminate_employee';
2156: begin

Line 3442: from per_business_groups

3438: -- following cursors added for bug fix 3889294.
3439: --
3440: cursor csr_leg_code(p_business_group_id number) is
3441: select legislation_code
3442: from per_business_groups
3443: where business_group_id = p_business_group_id;
3444: --
3445: cursor csr_leg_pkg(p_pkg_name varchar2) is
3446: select '1'