DBA Data[Home] [Help]

APPS.WIP_EAMWORKORDER_PVT dependencies on FND_MESSAGE

Line 96: FND_MESSAGE.SET_NAME('EAM','Incorrect Value of Load Type: '||p_work_order_rec.load_type);

92: -- API body
93:
94: -- EAM Specific Validation
95: IF (NVL(p_work_order_rec.load_type,7) <> 7) THEN
96: FND_MESSAGE.SET_NAME('EAM','Incorrect Value of Load Type: '||p_work_order_rec.load_type);
97: FND_MSG_PUB.ADD();
98: RAISE FND_API.G_EXC_ERROR;
99: END IF;
100:

Line 390: fnd_message.set_name('EAM','EAM_CANNOT_CREAT_WRK');

386: 'work order API returned status: '|| l_return_status);
387: end if;
388:
389: if(l_return_status <> FND_API.G_RET_STS_SUCCESS) then
390: fnd_message.set_name('EAM','EAM_CANNOT_CREAT_WRK');
391: fnd_msg_pub.add();
392: RAISE FND_API.G_EXC_ERROR;
393: end if ;
394: