DBA Data[Home] [Help]

APPS.EAM_ASSET_MOVE_PUB dependencies on EAM_ASSET_MOVE_UTIL

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

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

Line 110: eam_asset_move_util.isValidAssetMove( l_asset_move_hierarchy_tbl(i)

106: if (l_slog) then FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT, l_module,
107: 'Processing asset ' || l_asset_move_hierarchy_tbl(i).instance_id );
108: end if;
109:
110: eam_asset_move_util.isValidAssetMove( l_asset_move_hierarchy_tbl(i)
111: ,p_dest_org_id
112: ,l_counter_for_validation
113: ,l_return_status
114: ,l_return_message );