DBA Data[Home] [Help]

APPS.PAY_ELEMENT_TEMPLATE_UTIL dependencies on PER_BUSINESS_GROUPS_PERF

Line 40: from per_business_groups_perf

36: ) return boolean is
37: cursor csr_busgrp_in_legislation
38: (p_business_group_id in number ,p_legislation_code in varchar2) is
39: select 'Y'
40: from per_business_groups_perf
41: where business_group_id = p_business_group_id
42: and legislation_code = p_legislation_code;
43: l_ret boolean := true;
44: l_exists varchar2(1);