DBA Data[Home] [Help]

APPS.PAY_IP_UTILITY dependencies on PER_BUSINESS_GROUPS

Line 26: from per_business_groups pbg,

22: RETURN VARCHAR2 IS
23:
24: cursor c_ip_installed (cp_business_grp_id NUMBER) is
25: select 'Y'
26: from per_business_groups pbg,
27: hr_legislation_installations hli
28: where business_group_id = cp_business_grp_id
29: and pbg.legislation_code = hli.legislation_code;
30: