DBA Data[Home] [Help]

APPS.HR_PPVOL dependencies on PER_BUSINESS_GROUPS

Line 60: from per_business_groups bg

56: -- Get the legislation code for the business group
57: --
58: select bg.legislation_code
59: into legislation_code
60: from per_business_groups bg
61: where bg.business_group_id = p_business_group_id;
62: --
63: -- Get the defined balance for payments
64: --