DBA Data[Home] [Help]

APPS.JAI_OE_OHA_ARIUD_T1 dependencies on OE_MSG_PUB

Line 167: oe_msg_pub.add;

163: );
164: /*
165: ||add the message to the ont stack also
166: */
167: oe_msg_pub.add;
168: RAISE fnd_api.g_exc_error;
169: IF l_debug_level > 0 THEN oe_debug_pub.add( 'Added the message to the ont stack ') ;
170: END IF;
171: WHEN others THEN

Line 187: oe_msg_pub.add;

183: );
184: /*
185: ||add the message to the ont stack also
186: */
187: oe_msg_pub.add;
188: RAISE fnd_api.g_exc_error;
189:
190: END JAI_OE_OHA_ARIUD_T1;