DBA Data[Home] [Help]

APPS.PAY_AU_GENERIC_CODE_CALLER dependencies on PER_BUSINESS_GROUPS

Line 84: from per_business_groups

80: -- cursor to find the legislation code
81:
82: cursor c_legislation_code (p_business_group_id number) is
83: select legislation_code
84: from per_business_groups
85: where business_group_id = p_business_group_id ;
86:
87: -- cursor to find the enabled modules for a process
88: