DBA Data[Home] [Help]

APPS.EAM_ASSET_MOVE_PUB dependencies on EAM_ASSET_MOVE_UTIL

Line 86: IF(NOT(EAM_ASSET_MOVE_UTIL.isItemAssigned(l_Parent_inventory_item_id

82: 'Completed getting the asset Hierarchy ');
83: end if;
84:
85: IF (p_move_type <> 1) THEN
86: IF(NOT(EAM_ASSET_MOVE_UTIL.isItemAssigned(l_Parent_inventory_item_id
87: ,p_dest_org_id))) THEN
88: --validation to check whether item is assigned for the destination_org or not.applicable only in case of inter-org transfers
89: x_return_status:='A';
90: x_return_message:='EAM_ITEM_NOT_ASSIGN';

Line 104: eam_asset_move_util.isValidAssetMove( l_asset_move_hierarchy_tbl(i)

100: if (l_slog) then FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT, l_module,
101: 'Processing asset ' || l_asset_move_hierarchy_tbl(i).instance_id );
102: end if;
103:
104: eam_asset_move_util.isValidAssetMove( l_asset_move_hierarchy_tbl(i)
105: ,p_dest_org_id
106: ,l_counter_for_validation
107: ,l_return_status
108: ,l_return_message );