DBA Data[Home] [Help]

APPS.HR_PFT_BUS dependencies on HR_POSITIONS_F

Line 123: , hr_positions_f pof

119: cursor csr_leg_code is
120: select pbg.legislation_code
121: from per_business_groups pbg
122: , hr_all_positions_f_tl pft
123: , hr_positions_f pof
124: where pft.position_id = p_position_id
125: and pft.language = p_language
126: and pof.position_id = pft.position_id
127: and pbg.business_group_id = pof.business_group_id;