DBA Data[Home] [Help]

APPS.PER_PSV_BUS dependencies on PER_BUSINESS_GROUPS

Line 58: from per_business_groups pbg

54: -- Declare cursor
55: --
56: cursor csr_sec_grp is
57: select pbg.security_group_id
58: from per_business_groups pbg
59: , per_pos_structure_versions psv
60: where psv.pos_structure_version_id = p_pos_structure_version_id
61: and pbg.business_group_id = psv.business_group_id;
62: --

Line 118: from per_business_groups pbg

114: -- Declare cursor
115: --
116: cursor csr_leg_code is
117: select pbg.legislation_code
118: from per_business_groups pbg
119: , per_pos_structure_versions psv
120: where psv.pos_structure_version_id = p_pos_structure_version_id
121: and pbg.business_group_id = psv.business_group_id;
122: --