DBA Data[Home] [Help]

APPS.CSI_ITEM_INSTANCE_PVT dependencies on EAM_ASSETNUMBER_PUB

Line 5032: IF NOT eam_assetnumber_pub.validate_fields

5028: THEN
5029: p_instance_rec.maintainable_flag :='Y';
5030: END IF;
5031:
5032: IF NOT eam_assetnumber_pub.validate_fields
5033: (p_current_organization_id => p_instance_rec.vld_organization_id
5034: ,p_inventory_item_id => p_instance_rec.inventory_item_id
5035: ,p_serial_number => p_instance_rec.serial_number
5036: ,p_network_asset_flag => p_instance_rec.network_asset_flag

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

5049: )
5050: THEN
5051: -- FND_MESSAGE.SET_NAME('CSI', l_reason_failed); -- commented for bug 5351886
5052: -- FND_MSG_PUB.Add; -- commented for bug 5351886
5053: csi_gen_utility_pvt.put_line('Call to eam_assetnumber_pub.validate_fields failed with following reason');
5054: csi_gen_utility_pvt.put_line(l_reason_failed);
5055: RAISE FND_API.G_EXC_ERROR;
5056: END IF;
5057: ELSE

Line 12687: IF NOT eam_assetnumber_pub.validate_fields

12683: )
12684: THEN
12685: IF l_eam_item
12686: THEN
12687: IF NOT eam_assetnumber_pub.validate_fields
12688: (p_current_organization_id => p_instance_rec.vld_organization_id
12689: ,p_inventory_item_id => l_get_instance_rec.inventory_item_id
12690: ,p_serial_number => l_get_instance_rec.serial_number
12691: ,p_network_asset_flag => p_instance_rec.network_asset_flag

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

12704: )
12705: THEN
12706: -- FND_MESSAGE.SET_NAME('CSI', l_reason_failed); -- commented for bug 5351886
12707: -- FND_MSG_PUB.Add; -- commented for bug 5351886
12708: csi_gen_utility_pvt.put_line('Call to eam_assetnumber_pub.validate_fields failed with following reason');
12709: csi_gen_utility_pvt.put_line(l_reason_failed);
12710: RAISE FND_API.G_EXC_ERROR;
12711: END IF;
12712: ELSE