DBA Data[Home] [Help]

APPS.OE_ORDER_IMPORT_UTIL_PVT dependencies on OE_DEBUG_PUB

Line 162: oe_debug_pub.add('Delete_Order - No_DATA - Old Path of execution');

158:
159: -- This is the OLD code path, let me put debug statement so
160: -- developer know this is executed..
161:
162: oe_debug_pub.add('Delete_Order - No_DATA - Old Path of execution');
163:
164: DELETE FROM oe_lines_interface
165: WHERE order_source_id = p_order_source_id
166: AND orig_sys_document_ref = p_orig_sys_document_ref

Line 198: oe_debug_pub.add('Unexpected error: '||sqlerrm);

194:
195:
196: EXCEPTION
197: WHEN OTHERS THEN
198: oe_debug_pub.add('Unexpected error: '||sqlerrm);
199:
200: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
201: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
202: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,'Delete_Order',substr(sqlerrm,1,2000));

Line 257: oe_debug_pub.add('Unexpected error: '||sqlerrm);

253: p_return_status := FND_API.G_RET_STS_SUCCESS;
254:
255: EXCEPTION
256: WHEN OTHERS THEN
257: oe_debug_pub.add('Unexpected error: '||sqlerrm);
258:
259: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
260: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
261: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME, 'Delete_Messages');