DBA Data[Home] [Help]

APPS.CTO_WIP_UTIL dependencies on CTO_MSG_PUB

Line 371: cto_msg_pub.cto_message('BOM', 'BOM_ATO_PROCESS_ERROR');

367: END IF;
368: x_return_status := FND_API.G_RET_STS_SUCCESS;
369: else
370: x_return_status := FND_API.G_RET_STS_ERROR;
371: cto_msg_pub.cto_message('BOM', 'BOM_ATO_PROCESS_ERROR');
372: raise INSERT_ERROR ;
373: end if;
374:
375:

Line 609: cto_msg_pub.cto_message('BOM', 'BOM_ATO_PROCESS_ERROR');

605: END IF;
606: x_return_status := FND_API.G_RET_STS_SUCCESS;
607: else
608: x_return_status := FND_API.G_RET_STS_ERROR;
609: cto_msg_pub.cto_message('BOM', 'BOM_ATO_PROCESS_ERROR');
610: raise INSERT_ERROR ;
611: end if;
612:
613: l_stmt_num := 180;

Line 664: cto_msg_pub.cto_message('BOM', 'BOM_ATO_PROCESS_ERROR');

660: x_return_status := FND_API.G_RET_STS_ERROR;
661: IF PG_DEBUG <> 0 THEN
662: oe_debug_pub.add('insert_wip_interface: ' || x_error_message,1);
663: END IF;
664: cto_msg_pub.cto_message('BOM', 'BOM_ATO_PROCESS_ERROR');
665:
666: when INSERT_ERROR then
667: x_return_status := FND_API.G_RET_STS_ERROR;
668: x_error_message := 'CTOWIPUB.insert_wip_interface raised INSERT_ERROR:' || to_char(l_stmt_num)|| ':' ||

Line 682: cto_msg_pub.cto_message('BOM', 'BOM_ATO_PROCESS_ERROR');

678:
679: IF PG_DEBUG <> 0 THEN
680: oe_debug_pub.add('insert_wip_interface: ' || x_error_message,1);
681: END IF;
682: cto_msg_pub.cto_message('BOM', 'BOM_ATO_PROCESS_ERROR');
683: OE_MSG_PUB.Add_Exc_Msg
684: ( G_PKG_NAME
685: , 'insert_wip_interface'
686: );

Line 909: CTO_MSG_PUB.Count_And_Get

905: IF PG_DEBUG <> 0 THEN
906: oe_debug_pub.add('Delivery_Planned: ' || 'CTO_WIP_UTIL.Delivery_Planned::exp error', 1);
907: END IF;
908: x_return_status := FND_API.G_RET_STS_ERROR;
909: CTO_MSG_PUB.Count_And_Get
910: (p_msg_count => x_msg_count
911: ,p_msg_data => x_msg_data
912: );
913:

Line 919: CTO_MSG_PUB.Count_And_Get

915: IF PG_DEBUG <> 0 THEN
916: oe_debug_pub.add('Delivery_Planned: ' || 'CTO_WIP_UTIL.Delivery_Planned::unexp error', 1);
917: END IF;
918: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
919: CTO_MSG_PUB.Count_And_Get
920: (p_msg_count => x_msg_count
921: ,p_msg_data => x_msg_data
922: );
923:

Line 936: CTO_MSG_PUB.Count_And_Get

932: ( 'CTO_WIP_UTIL'
933: , 'Delivery_Planned'
934: );
935: end if;
936: CTO_MSG_PUB.Count_And_Get
937: (p_msg_count => x_msg_count
938: ,p_msg_data => x_msg_data
939: );
940: