DBA Data[Home] [Help]

APPS.CTO_WIP_WORKFLOW_API_PK dependencies on OE_DEBUG_PUB

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

223: EXCEPTION
224:
225: when FND_API.G_EXC_ERROR then
226: IF PG_DEBUG <> 0 THEN
227: oe_debug_pub.add ('first_wo_reservation_created: ' || 'first_wo_reservation_created raised expected error.',1);
228: END IF;
229: x_return_status := FND_API.G_RET_STS_ERROR;
230: CTO_MSG_PUB.Count_And_Get(
231: p_msg_count => x_msg_count,

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

233: );
234:
235: when FND_API.G_EXC_UNEXPECTED_ERROR then
236: IF PG_DEBUG <> 0 THEN
237: oe_debug_pub.add ('first_wo_reservation_created: ' || 'first_wo_reservation_created raised unexpected error.',1);
238: END IF;
239: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
240: CTO_MSG_PUB.Count_And_Get(
241: p_msg_count => x_msg_count,

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

243: );
244:
245: when others then
246: IF PG_DEBUG <> 0 THEN
247: oe_debug_pub.add ('first_wo_reservation_created: ' || 'first_wo_reservation_created others exception: '||sqlerrm,1);
248: END IF;
249: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
250: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
251: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, l_api_name);

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

388: EXCEPTION
389:
390: when FND_API.G_EXC_ERROR then
391: IF PG_DEBUG <> 0 THEN
392: oe_debug_pub.add ('last_wo_reservation_deleted: ' || 'last_wo_reservation_deleted raised expected error.',1);
393: END IF;
394: x_return_status := FND_API.G_RET_STS_ERROR;
395: CTO_MSG_PUB.Count_And_Get(
396: p_msg_count => x_msg_count,

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

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

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

409: );
410:
411: when others then
412: IF PG_DEBUG <> 0 THEN
413: oe_debug_pub.add ('last_wo_reservation_deleted: ' || 'last_wo_reservation_deleted raised others exception: '||sqlerrm,1);
414: END IF;
415: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
416: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
417: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, l_api_name);

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

511: EXCEPTION
512:
513: when FND_API.G_EXC_ERROR then
514: IF PG_DEBUG <> 0 THEN
515: oe_debug_pub.add ('flow_creation: ' || 'flow_creation raised expected error.',1);
516: END IF;
517: x_return_status := FND_API.G_RET_STS_ERROR;
518: CTO_MSG_PUB.Count_And_Get(
519: p_msg_count => x_msg_count,

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

522:
523:
524: when FND_API.G_EXC_UNEXPECTED_ERROR then
525: IF PG_DEBUG <> 0 THEN
526: oe_debug_pub.add ('flow_creation: ' || 'flow_creation raised unexpected error.',1);
527: END IF;
528: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
529: CTO_MSG_PUB.Count_And_Get(
530: p_msg_count => x_msg_count,

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

532: );
533:
534: when others then
535: IF PG_DEBUG <> 0 THEN
536: oe_debug_pub.add ('flow_creation: ' || 'flow_creation raised others exception: '||sqlerrm,1);
537: END IF;
538: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
539: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
540: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, l_api_name);

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

670: EXCEPTION
671:
672: when FND_API.G_EXC_ERROR then
673: IF PG_DEBUG <> 0 THEN
674: oe_debug_pub.add ('flow_deletion: ' || 'flow_deletion raised expected error.',1);
675: END IF;
676: x_return_status := FND_API.G_RET_STS_ERROR;
677: CTO_MSG_PUB.Count_And_Get(
678: p_msg_count => x_msg_count,

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

681:
682:
683: when FND_API.G_EXC_UNEXPECTED_ERROR then
684: IF PG_DEBUG <> 0 THEN
685: oe_debug_pub.add ('flow_deletion: ' || 'flow_deletion raised expected error.',1);
686: END IF;
687: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
688: CTO_MSG_PUB.Count_And_Get(
689: p_msg_count => x_msg_count,

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

691: );
692:
693: when others then
694: IF PG_DEBUG <> 0 THEN
695: oe_debug_pub.add ('flow_deletion: ' || 'flow_deletion raised others exception:'||sqlerrm,1);
696: END IF;
697: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
698: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
699: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, l_api_name);