DBA Data[Home] [Help]

APPS.HXC_LOCKING_RULES_UPLOAD_PKG dependencies on HXC_LKR_UPD

Line 66: hxc_lkr_upd.upd

62: THEN
63: -- only update if the grant_lock has actually changed
64:
65:
66: hxc_lkr_upd.upd
67: ( p_locker_type_owner_id =>l_owner_id
68: ,p_locker_type_requestor_id =>l_requestor_id
69: ,p_grant_lock =>p_grant_lock
70: );

Line 161: hxc_lkr_upd.upd

157: THEN
158: -- only update if the grant_lock has actually changed
159:
160:
161: hxc_lkr_upd.upd
162: ( p_locker_type_owner_id =>l_owner_id
163: ,p_locker_type_requestor_id =>l_requestor_id
164: ,p_grant_lock =>p_grant_lock
165: );