DBA Data[Home] [Help]

APPS.PAY_PGP_SHD dependencies on PER_BUSINESS_GROUPS

Line 56: from per_business_groups pbg

52: -- for the specified business group
53: --
54: cursor idsel is
55: select pbg.people_group_structure
56: from per_business_groups pbg
57: where pbg.business_group_id = p_business_group_id;
58: --
59: -- the cursor pgsel selects the people_group_id
60: --