DBA Data[Home] [Help]

APPS.JAI_AP_IDA_BRIUD_T1 dependencies on APP_EXCEPTION

Line 890: APP_EXCEPTION.RAISE_EXCEPTION; /* code ended for bug : 6493858 - Ends here*/

886: FND_MESSAGE.SET_TOKEN('ERROR',SQLERRM);
887: FND_MESSAGE.SET_TOKEN('CALLING_SEQUENCE','Error from Trigger JAI_AP_IDA_BRIUD_T1');
888: FND_MESSAGE.SET_TOKEN('DEBUG_INFO',lv_return_message);
889: END IF;
890: APP_EXCEPTION.RAISE_EXCEPTION; /* code ended for bug : 6493858 - Ends here*/
891:
892: /*Code commented by Nitin Prashar on 4-dec-2007
893: app_exception.raise_s (
894: EXCEPTION_TYPE => 'APP' ,

Line 893: app_exception.raise_s (

889: END IF;
890: APP_EXCEPTION.RAISE_EXCEPTION; /* code ended for bug : 6493858 - Ends here*/
891:
892: /*Code commented by Nitin Prashar on 4-dec-2007
893: app_exception.raise_s (
894: EXCEPTION_TYPE => 'APP' ,
895: EXCEPTION_CODE => -20110 ,
896: EXCEPTION_TEXT => lv_return_message
897: ); Code commenting Ends */

Line 906: APP_EXCEPTION.RAISE_EXCEPTION; /* code ended for bug : 6493858*/

902: FND_MESSAGE.SET_TOKEN('ERROR',SQLERRM);
903: FND_MESSAGE.SET_TOKEN('CALLING_SEQUENCE','Exception from Trigger');
904: FND_MESSAGE.SET_TOKEN('DEBUG_INFO','Encountered the error in trigger JAI_AP_IDA_BRIUD_T1' || substr(sqlerrm,1,1900));
905: END IF;
906: APP_EXCEPTION.RAISE_EXCEPTION; /* code ended for bug : 6493858*/
907:
908: /*Code commented by Nitin Prashar on 4-dec-2007
909: app_exception.raise_exception (
910: EXCEPTION_TYPE => 'APP',

Line 909: app_exception.raise_exception (

905: END IF;
906: APP_EXCEPTION.RAISE_EXCEPTION; /* code ended for bug : 6493858*/
907:
908: /*Code commented by Nitin Prashar on 4-dec-2007
909: app_exception.raise_exception (
910: EXCEPTION_TYPE => 'APP',
911: EXCEPTION_CODE => -20110 ,
912: EXCEPTION_TEXT => 'Encountered the error in trigger JAI_AP_IDA_BRIUD_T1' || substr(sqlerrm,1,1900)
913: ); Code commenting Ends */