DBA Data[Home] [Help]

APPS.JAI_OM_WDD_TRIGGER_PKG dependencies on APP_EXCEPTION

Line 940: app_exception.raise_exception( EXCEPTION_TYPE => 'APP'

936: /*
937: || For vat regime organization-location specific setup does not exist in
938: || jai_rgm_parties (Regime Organization Registration)
939: */
940: app_exception.raise_exception( EXCEPTION_TYPE => 'APP'
941: ,EXCEPTION_CODE => NULL
942: ,EXCEPTION_TEXT => 'Organization-Location setup does not exist at regime level'
943: );
944: END IF;

Line 983: app_exception.raise_exception( EXCEPTION_TYPE => 'APP'

979: AND nvl(lv_applicable,'N') = 'N' THEN
980: /*
981: ||item is not vatable
982: */
983: app_exception.raise_exception( EXCEPTION_TYPE => 'APP'
984: ,EXCEPTION_CODE => NULL
985: ,EXCEPTION_TEXT => 'An item which is not Vatable has VAT Taxes attached.
986: Please correct the item attribute or remove the VAT type of taxes'
987: );

Line 989: app_exception.raise_exception( EXCEPTION_TYPE => 'APP'

985: ,EXCEPTION_TEXT => 'An item which is not Vatable has VAT Taxes attached.
986: Please correct the item attribute or remove the VAT type of taxes'
987: );
988: ELSIF lv_process_flag <> jai_constants.successful THEN
989: app_exception.raise_exception( EXCEPTION_TYPE => 'APP'
990: ,EXCEPTION_CODE => NULL
991: ,EXCEPTION_TEXT => substr (lv_process_message,1,999)
992: );
993:

Line 1227: app_exception.raise_exception;

1223: value => lv_process_message
1224: );
1225:
1226:
1227: app_exception.raise_exception;
1228:
1229: WHEN others THEN
1230: fnd_message.set_name ( application => 'JA',
1231: name => 'JAI_ERR_DESC'

Line 1238: app_exception.raise_exception;

1234: fnd_message.set_token ( token => 'JAI_ERROR_DESCRIPTION',
1235: value => 'Exception Occured in ' || ' Object = ja_in_wsh_dlry_au_rel_stat_trg'||fnd_global.local_chr(10)||SQLERRM /* added SQLERRM for bug#5686360*/
1236: );
1237:
1238: app_exception.raise_exception;
1239: /* end of Bug#5631784 */
1240:
1241: END ARU_T2 ;
1242:

Line 2525: app_exception.raise_exception

2521: ----------------------------------------------
2522: IF v_curr_conv_rate IS NULL
2523: THEN
2524: lv_process_message := 'Currency Conversion on shipment date not setup.';
2525: app_exception.raise_exception
2526: (exception_type => 'APP'
2527: ,exception_code => -20275
2528: ,exception_text => lv_process_message
2529: );

Line 2805: app_exception.raise_exception

2801: ||'lv_process_message =' ||lv_process_message
2802: ); */ --commented by bgowrava for bug#5631784
2803:
2804: if lv_process_flag <> jai_constants.successful then
2805: app_exception.raise_exception
2806: (exception_type => 'APP'
2807: ,exception_code => -20275
2808: ,exception_text => lv_process_message
2809: );

Line 2831: app_exception.raise_exception

2827: ); */ --commented by bgowrava for bug#5631784
2828:
2829:
2830: if lv_process_flag <> jai_constants.successful then
2831: app_exception.raise_exception
2832: (exception_type => 'APP'
2833: ,exception_code => -20275
2834: ,exception_text => lv_process_message
2835: );

Line 2892: app_exception.raise_exception

2888: ||'lv_process_message =' ||lv_process_message
2889: ); */ --commented by bgowrava for bug#5631784
2890:
2891: if lv_process_flag <> jai_constants.successful then
2892: app_exception.raise_exception
2893: (exception_type => 'APP'
2894: ,exception_code => -20275
2895: ,exception_text => lv_process_message
2896: );

Line 3272: app_exception.raise_exception;

3268: fnd_message.set_token ( token => 'JAI_ERROR_DESCRIPTION',
3269: value => lv_process_message
3270: );
3271:
3272: app_exception.raise_exception;
3273:
3274: END IF; ---------A2
3275:
3276: