DBA Data[Home] [Help]

APPS.PAY_IP_RUN_BALANCE_UPGRADE dependencies on PER_BUSINESS_GROUPS

Line 103: per_business_groups pbg

99: IS
100: cursor c_legislation_code(cp_element_type_id in number) is
101: select pbg.legislation_code
102: from pay_element_types_f pet,
103: per_business_groups pbg
104: where pet.element_type_id = cp_element_type_id
105: and pet.business_group_id = pbg.business_group_id
106: and rownum = 1;
107: