DBA Data[Home] [Help]

APPS.WIP_EAMWORKORDER_PVT dependencies on FND_MESSAGE

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

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

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

343: 'work order API returned status: '|| l_return_status);
344: end if;
345:
346: if(l_return_status <> FND_API.G_RET_STS_SUCCESS) then
347: fnd_message.set_name('EAM','EAM_CANNOT_CREAT_WRK');
348: fnd_msg_pub.add();
349: RAISE FND_API.G_EXC_ERROR;
350: end if ;
351: