DBA Data[Home] [Help]

APPS.JAI_OE_OHA_ARIUD_T1 dependencies on FND_API

Line 168: RAISE fnd_api.g_exc_error;

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
172: jai_cmn_utils_pkg.print_log('oeh.log','in the exception' ||

Line 188: RAISE fnd_api.g_exc_error;

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;