DBA Data[Home] [Help]

APPS.PQH_DE_DETACH_WP_SP_PKG dependencies on PER_POSITION_EXTRA_INFO

Line 12: from per_position_extra_info

8: cursor extra_info_id(Wid Number, Sid Number) is
9: select
10: position_extra_info_id
11: ,object_version_number
12: from per_position_extra_info
13: where information_type='DE_PQH_WRKPLC_STELLE_LINK'
14: and position_id=Wid
15: and to_number(poei_information3)=Sid;
16: