DBA Data[Home] [Help]

APPS.CTO_WIP_UTIL dependencies on OE_MSG_PUB

Line 683: OE_MSG_PUB.Add_Exc_Msg

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

Line 716: OE_MSG_PUB.Add_Exc_Msg

712: when NO_DATA_FOUND then
713: return 1;
714:
715: when OTHERS then
716: OE_MSG_PUB.Add_Exc_Msg
717: ( G_PKG_NAME
718: , 'departure_plan_required'
719: );
720: return 2;