DBA Data[Home] [Help]

APPS.OKL_EQUIPMENT_EXCHANGE_PUB dependencies on OKL_EQUIPMENT_EXCHANGE_PUB

Line 1: package body okl_equipment_exchange_pub AS

1: package body okl_equipment_exchange_pub AS
2: /* $Header: OKLPEQXB.pls 115.3 2004/04/13 10:44:23 rnaik noship $ */
3:
4: FUNCTION GET_TAS_HDR_REC
5: (p_thpv_tbl IN thpv_tbl_type

Line 156: FND_MSG_PUB.ADD_EXC_MSG('OKL_EQUIPMENT_EXCHANGE_PUB','update_serial_number');

152:
153: WHEN OTHERS THEN
154: --ROLLBACK TO update_serial_number;
155: x_return_status := OKL_API.G_RET_STS_UNEXP_ERROR;
156: FND_MSG_PUB.ADD_EXC_MSG('OKL_EQUIPMENT_EXCHANGE_PUB','update_serial_number');
157: FND_MSG_PUB.count_and_get(p_count => x_msg_count,
158: p_data => x_msg_data);
159:
160: END update_serial_number;

Line 250: FND_MSG_PUB.ADD_EXC_MSG('OKL_EQUIPMENT_EXCHANGE_PUB','store_exchange_details');

246:
247: WHEN OTHERS THEN
248: --ROLLBACK TO store_exchange_details;
249: x_return_status := OKL_API.G_RET_STS_UNEXP_ERROR;
250: FND_MSG_PUB.ADD_EXC_MSG('OKL_EQUIPMENT_EXCHANGE_PUB','store_exchange_details');
251: FND_MSG_PUB.count_and_get(p_count => x_msg_count,
252: p_data => x_msg_data);
253:
254: END store_exchange_details;

Line 321: FND_MSG_PUB.ADD_EXC_MSG('OKL_EQUIPMENT_EXCHANGE_PUB','exchange');

317:
318: WHEN OTHERS THEN
319: --ROLLBACK TO exchange;
320: x_return_status := OKL_API.G_RET_STS_UNEXP_ERROR;
321: FND_MSG_PUB.ADD_EXC_MSG('OKL_EQUIPMENT_EXCHANGE_PUB','exchange');
322: FND_MSG_PUB.count_and_get(p_count => x_msg_count,
323: p_data => x_msg_data);
324:
325: END exchange;

Line 328: END okl_equipment_exchange_pub;

324:
325: END exchange;
326:
327:
328: END okl_equipment_exchange_pub;