DBA Data[Home] [Help]

APPS.CTO_WIP_WORKFLOW_API_PK dependencies on FND_MSG_PUB

Line 255: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) 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);
257: END IF;
258: CTO_MSG_PUB.Count_And_Get(
259: p_msg_count => x_msg_count,

Line 256: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, l_api_name);

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);
257: END IF;
258: CTO_MSG_PUB.Count_And_Get(
259: p_msg_count => x_msg_count,
260: p_msg_data => x_msg_data

Line 426: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) 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);
428: END IF;
429: CTO_MSG_PUB.Count_And_Get(
430: p_msg_count => x_msg_count,

Line 427: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, l_api_name);

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);
428: END IF;
429: CTO_MSG_PUB.Count_And_Get(
430: p_msg_count => x_msg_count,
431: p_msg_data => x_msg_data

Line 554: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) 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);
556: END IF;
557: CTO_MSG_PUB.Count_And_Get(
558: p_msg_count => x_msg_count,

Line 555: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, l_api_name);

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);
556: END IF;
557: CTO_MSG_PUB.Count_And_Get(
558: p_msg_count => x_msg_count,
559: p_msg_data => x_msg_data

Line 718: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) 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);
720: END IF;
721: CTO_MSG_PUB.Count_And_Get(
722: p_msg_count => x_msg_count,

Line 719: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME, l_api_name);

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);
720: END IF;
721: CTO_MSG_PUB.Count_And_Get(
722: p_msg_count => x_msg_count,
723: p_msg_data => x_msg_data