DBA Data[Home] [Help]

APPS.PER_POS_BUS dependencies on PER_BUSINESS_GROUPS

Line 1965: from per_business_groups pbg

1961: -- Declare cursor
1962: --
1963: cursor csr_leg_code is
1964: select pbg.legislation_code
1965: from per_business_groups pbg
1966: , per_positions pos
1967: where pos.position_id = p_position_id
1968: and pbg.business_group_id = pos.business_group_id;
1969: --