DBA Data[Home] [Help]

APPS.EAM_ASSET_MOVE_UTIL dependencies on EAM_ASSET_MOVE_PUB

Line 112: p_asset_hierarchy_REC IN eam_asset_move_pub.asset_move_hierarchy_REC_TYPE,

108: END isValidMove;
109:
110:
111: PROCEDURE isValidAssetMove(
112: p_asset_hierarchy_REC IN eam_asset_move_pub.asset_move_hierarchy_REC_TYPE,
113: p_dest_org_id IN NUMBER,
114: p_counter IN NUMBER,
115: x_return_status OUT NOCOPY varchar2,
116: x_return_message OUT NOCOPY varchar2

Line 153: --The check for the Destination organisation is done in the EAM_ASSET_MOVE_PUB.prepareMoveAsset

149: end if;
150: END IF;
151:
152: --This is call to check whether the item is assigned to the Current organisation.
153: --The check for the Destination organisation is done in the EAM_ASSET_MOVE_PUB.prepareMoveAsset
154: IF(isItemAssigned(p_asset_hierarchy_REC.inventory_item_id,p_asset_hierarchy_REC.current_org_id )) THEN
155: isValidMove := 'Y';
156: else
157: isValidMove := 'N';