DBA Data[Home] [Help]

APPS.CTO_WIP_UTIL dependencies on OE_MSG_PUB

Line 665: OE_MSG_PUB.Add_Exc_Msg

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: );
669:

Line 698: OE_MSG_PUB.Add_Exc_Msg

694: when NO_DATA_FOUND then
695: return 1;
696:
697: when OTHERS then
698: OE_MSG_PUB.Add_Exc_Msg
699: ( G_PKG_NAME
700: , 'departure_plan_required'
701: );
702: return 2;