DBA Data[Home] [Help]

APPS.CS_SR_LINK_TYPES_PKG dependencies on CS_SR_LINK_TYPES_VL

Line 101: from cs_sr_link_types_vl

97: P_OBJECT_VERSION_NUMBER IN NUMBER )
98: IS
99: cursor c is
100: select 1
101: from cs_sr_link_types_vl
102: where link_type_id = p_link_type_id
103: and object_version_number = p_object_version_number
104: for update nowait;
105: