DBA Data[Home] [Help]

APPS.PQH_DE_DETACH_WP_SP_PKG dependencies on HR_ALL_POSITIONS_F

Line 22: from hr_all_positions_f

18:
19: cursor stelle_in_plan(SpId number) is
20: select
21: position_id
22: from hr_all_positions_f
23: where
24: information1='ST'
25: and to_number(information6)=SpId;
26: