DBA Data[Home] [Help]

APPS.CSI_ITEM_INSTANCE_PVT dependencies on EAM_ASSETNUMBER_PUB

Line 5064: IF NOT eam_assetnumber_pub.validate_fields

5060: THEN
5061: p_instance_rec.maintainable_flag :='Y';
5062: END IF;
5063:
5064: IF NOT eam_assetnumber_pub.validate_fields
5065: (p_current_organization_id => p_instance_rec.vld_organization_id
5066: ,p_inventory_item_id => p_instance_rec.inventory_item_id
5067: ,p_serial_number => p_instance_rec.serial_number
5068: ,p_network_asset_flag => p_instance_rec.network_asset_flag

Line 5085: csi_gen_utility_pvt.put_line('Call to eam_assetnumber_pub.validate_fields failed with following reason');

5081: )
5082: THEN
5083: -- FND_MESSAGE.SET_NAME('CSI', l_reason_failed); -- commented for bug 5351886
5084: -- FND_MSG_PUB.Add; -- commented for bug 5351886
5085: csi_gen_utility_pvt.put_line('Call to eam_assetnumber_pub.validate_fields failed with following reason');
5086: csi_gen_utility_pvt.put_line(l_reason_failed);
5087: RAISE FND_API.G_EXC_ERROR;
5088: END IF;
5089: ELSE

Line 13031: IF NOT eam_assetnumber_pub.validate_fields

13027: )
13028: THEN
13029: IF l_eam_item
13030: THEN
13031: IF NOT eam_assetnumber_pub.validate_fields
13032: (p_current_organization_id => p_instance_rec.vld_organization_id
13033: ,p_inventory_item_id => l_get_instance_rec.inventory_item_id
13034: ,p_serial_number => l_get_instance_rec.serial_number
13035: ,p_network_asset_flag => p_instance_rec.network_asset_flag

Line 13052: csi_gen_utility_pvt.put_line('Call to eam_assetnumber_pub.validate_fields failed with following reason');

13048: )
13049: THEN
13050: -- FND_MESSAGE.SET_NAME('CSI', l_reason_failed); -- commented for bug 5351886
13051: -- FND_MSG_PUB.Add; -- commented for bug 5351886
13052: csi_gen_utility_pvt.put_line('Call to eam_assetnumber_pub.validate_fields failed with following reason');
13053: csi_gen_utility_pvt.put_line(l_reason_failed);
13054: RAISE FND_API.G_EXC_ERROR;
13055: END IF;
13056: ELSE