DBA Data[Home] [Help]

APPS.CTO_WIP_WORKFLOW_API_PK dependencies on OE_DEBUG_PUB

Line 232: oe_debug_pub.add ('first_wo_reservation_created: ' || 'first_wo_reservation_created raised expected error.',1);

228: EXCEPTION
229:
230: when FND_API.G_EXC_ERROR then
231: IF PG_DEBUG <> 0 THEN
232: oe_debug_pub.add ('first_wo_reservation_created: ' || 'first_wo_reservation_created raised expected error.',1);
233: END IF;
234: x_return_status := FND_API.G_RET_STS_ERROR;
235: CTO_MSG_PUB.Count_And_Get(
236: p_msg_count => x_msg_count,

Line 242: oe_debug_pub.add ('first_wo_reservation_created: ' || 'first_wo_reservation_created raised unexpected error.',1);

238: );
239:
240: when FND_API.G_EXC_UNEXPECTED_ERROR then
241: IF PG_DEBUG <> 0 THEN
242: oe_debug_pub.add ('first_wo_reservation_created: ' || 'first_wo_reservation_created raised unexpected error.',1);
243: END IF;
244: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
245: CTO_MSG_PUB.Count_And_Get(
246: p_msg_count => x_msg_count,

Line 252: oe_debug_pub.add ('first_wo_reservation_created: ' || 'first_wo_reservation_created others exception: '||sqlerrm,1);

248: );
249:
250: when others then
251: IF PG_DEBUG <> 0 THEN
252: oe_debug_pub.add ('first_wo_reservation_created: ' || 'first_wo_reservation_created others exception: '||sqlerrm,1);
253: END IF;
254: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
255: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
256: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, l_api_name);

Line 402: oe_debug_pub.add ('last_wo_reservation_deleted: ' || 'last_wo_reservation_deleted raised expected error.',1);

398: EXCEPTION
399:
400: when FND_API.G_EXC_ERROR then
401: IF PG_DEBUG <> 0 THEN
402: oe_debug_pub.add ('last_wo_reservation_deleted: ' || 'last_wo_reservation_deleted raised expected error.',1);
403: END IF;
404: x_return_status := FND_API.G_RET_STS_ERROR;
405: CTO_MSG_PUB.Count_And_Get(
406: p_msg_count => x_msg_count,

Line 413: oe_debug_pub.add ('last_wo_reservation_deleted: ' || 'last_wo_reservation_deleted raised unexpected error.',1);

409:
410:
411: when FND_API.G_EXC_UNEXPECTED_ERROR then
412: IF PG_DEBUG <> 0 THEN
413: oe_debug_pub.add ('last_wo_reservation_deleted: ' || 'last_wo_reservation_deleted raised unexpected error.',1);
414: END IF;
415: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
416: CTO_MSG_PUB.Count_And_Get(
417: p_msg_count => x_msg_count,

Line 423: oe_debug_pub.add ('last_wo_reservation_deleted: ' || 'last_wo_reservation_deleted raised others exception: '||sqlerrm,1);

419: );
420:
421: when others then
422: IF PG_DEBUG <> 0 THEN
423: oe_debug_pub.add ('last_wo_reservation_deleted: ' || 'last_wo_reservation_deleted raised others exception: '||sqlerrm,1);
424: END IF;
425: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
426: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
427: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, l_api_name);

Line 530: oe_debug_pub.add ('flow_creation: ' || 'flow_creation raised expected error.',1);

526: EXCEPTION
527:
528: when FND_API.G_EXC_ERROR then
529: IF PG_DEBUG <> 0 THEN
530: oe_debug_pub.add ('flow_creation: ' || 'flow_creation raised expected error.',1);
531: END IF;
532: x_return_status := FND_API.G_RET_STS_ERROR;
533: CTO_MSG_PUB.Count_And_Get(
534: p_msg_count => x_msg_count,

Line 541: oe_debug_pub.add ('flow_creation: ' || 'flow_creation raised unexpected error.',1);

537:
538:
539: when FND_API.G_EXC_UNEXPECTED_ERROR then
540: IF PG_DEBUG <> 0 THEN
541: oe_debug_pub.add ('flow_creation: ' || 'flow_creation raised unexpected error.',1);
542: END IF;
543: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
544: CTO_MSG_PUB.Count_And_Get(
545: p_msg_count => x_msg_count,

Line 551: oe_debug_pub.add ('flow_creation: ' || 'flow_creation raised others exception: '||sqlerrm,1);

547: );
548:
549: when others then
550: IF PG_DEBUG <> 0 THEN
551: oe_debug_pub.add ('flow_creation: ' || 'flow_creation raised others exception: '||sqlerrm,1);
552: END IF;
553: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
554: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
555: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, l_api_name);

Line 694: oe_debug_pub.add ('flow_deletion: ' || 'flow_deletion raised expected error.',1);

690: EXCEPTION
691:
692: when FND_API.G_EXC_ERROR then
693: IF PG_DEBUG <> 0 THEN
694: oe_debug_pub.add ('flow_deletion: ' || 'flow_deletion raised expected error.',1);
695: END IF;
696: x_return_status := FND_API.G_RET_STS_ERROR;
697: CTO_MSG_PUB.Count_And_Get(
698: p_msg_count => x_msg_count,

Line 705: oe_debug_pub.add ('flow_deletion: ' || 'flow_deletion raised expected error.',1);

701:
702:
703: when FND_API.G_EXC_UNEXPECTED_ERROR then
704: IF PG_DEBUG <> 0 THEN
705: oe_debug_pub.add ('flow_deletion: ' || 'flow_deletion raised expected error.',1);
706: END IF;
707: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
708: CTO_MSG_PUB.Count_And_Get(
709: p_msg_count => x_msg_count,

Line 715: oe_debug_pub.add ('flow_deletion: ' || 'flow_deletion raised others exception:'||sqlerrm,1);

711: );
712:
713: when others then
714: IF PG_DEBUG <> 0 THEN
715: oe_debug_pub.add ('flow_deletion: ' || 'flow_deletion raised others exception:'||sqlerrm,1);
716: END IF;
717: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
718: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
719: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, l_api_name);