DBA Data[Home] [Help]

APPS.CTO_WIP_UTIL dependencies on CTO_MSG_PUB

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

351: END IF;
352: x_return_status := FND_API.G_RET_STS_SUCCESS;
353: else
354: x_return_status := FND_API.G_RET_STS_ERROR;
355: cto_msg_pub.cto_message('BOM', 'BOM_ATO_PROCESS_ERROR');
356: raise INSERT_ERROR ;
357: end if;
358:
359:

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

587: END IF;
588: x_return_status := FND_API.G_RET_STS_SUCCESS;
589: else
590: x_return_status := FND_API.G_RET_STS_ERROR;
591: cto_msg_pub.cto_message('BOM', 'BOM_ATO_PROCESS_ERROR');
592: raise INSERT_ERROR ;
593: end if;
594:
595: l_stmt_num := 180;

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

642: x_return_status := FND_API.G_RET_STS_ERROR;
643: IF PG_DEBUG <> 0 THEN
644: oe_debug_pub.add('insert_wip_interface: ' || x_error_message,1);
645: END IF;
646: cto_msg_pub.cto_message('BOM', 'BOM_ATO_PROCESS_ERROR');
647:
648: when INSERT_ERROR then
649: x_return_status := FND_API.G_RET_STS_ERROR;
650: x_error_message := 'CTOWIPUB.insert_wip_interface raised INSERT_ERROR:' || to_char(l_stmt_num)|| ':' ||

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

660:
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: OE_MSG_PUB.Add_Exc_Msg
666: ( G_PKG_NAME
667: , 'insert_wip_interface'
668: );

Line 891: CTO_MSG_PUB.Count_And_Get

887: IF PG_DEBUG <> 0 THEN
888: oe_debug_pub.add('Delivery_Planned: ' || 'CTO_WIP_UTIL.Delivery_Planned::exp error', 1);
889: END IF;
890: x_return_status := FND_API.G_RET_STS_ERROR;
891: CTO_MSG_PUB.Count_And_Get
892: (p_msg_count => x_msg_count
893: ,p_msg_data => x_msg_data
894: );
895:

Line 901: CTO_MSG_PUB.Count_And_Get

897: IF PG_DEBUG <> 0 THEN
898: oe_debug_pub.add('Delivery_Planned: ' || 'CTO_WIP_UTIL.Delivery_Planned::unexp error', 1);
899: END IF;
900: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
901: CTO_MSG_PUB.Count_And_Get
902: (p_msg_count => x_msg_count
903: ,p_msg_data => x_msg_data
904: );
905:

Line 918: CTO_MSG_PUB.Count_And_Get

914: ( 'CTO_WIP_UTIL'
915: , 'Delivery_Planned'
916: );
917: end if;
918: CTO_MSG_PUB.Count_And_Get
919: (p_msg_count => x_msg_count
920: ,p_msg_data => x_msg_data
921: );
922: