DBA Data[Home] [Help]

APPS.JAI_OM_WDD_TRIGGER_PKG dependencies on APP_EXCEPTION

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

753: /*
754: || For vat regime organization-location specific setup does not exist in
755: || jai_rgm_parties (Regime Organization Registration)
756: */
757: app_exception.raise_exception( EXCEPTION_TYPE => 'APP'
758: ,EXCEPTION_CODE => NULL
759: ,EXCEPTION_TEXT => 'Organization-Location setup does not exist at regime level'
760: );
761: END IF;

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

772: AND nvl(lv_applicable,'N') = 'N' THEN
773: /*
774: ||item is not vatable
775: */
776: app_exception.raise_exception( EXCEPTION_TYPE => 'APP'
777: ,EXCEPTION_CODE => NULL
778: ,EXCEPTION_TEXT => 'An item which is not Vatable has VAT Taxes attached.
779: Please correct the item attribute or remove the VAT type of taxes'
780: );

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

778: ,EXCEPTION_TEXT => 'An item which is not Vatable has VAT Taxes attached.
779: Please correct the item attribute or remove the VAT type of taxes'
780: );
781: ELSIF lv_process_flag <> jai_constants.successful THEN
782: app_exception.raise_exception( EXCEPTION_TYPE => 'APP'
783: ,EXCEPTION_CODE => NULL
784: ,EXCEPTION_TEXT => substr (lv_process_message,1,999)
785: );
786:

Line 1003: app_exception.raise_exception;

999: value => lv_process_message
1000: );
1001:
1002:
1003: app_exception.raise_exception;
1004:
1005: WHEN others THEN
1006: fnd_message.set_name ( application => 'JA',
1007: name => 'JAI_ERR_DESC'

Line 1014: app_exception.raise_exception;

1010: fnd_message.set_token ( token => 'JAI_ERROR_DESCRIPTION',
1011: value => 'Exception Occured in ' || ' Object = ja_in_wsh_dlry_au_rel_stat_trg'||fnd_global.local_chr(10)||SQLERRM /* added SQLERRM for bug#5686360*/
1012: );
1013:
1014: app_exception.raise_exception;
1015: /* end of Bug#5631784 */
1016:
1017: END ARU_T2 ;
1018:

Line 2442: app_exception.raise_exception

2438: ||'lv_process_message =' ||lv_process_message
2439: ); */ --commented by bgowrava for bug#5631784
2440:
2441: if lv_process_flag <> jai_constants.successful then
2442: app_exception.raise_exception
2443: (exception_type => 'APP'
2444: ,exception_code => -20275
2445: ,exception_text => lv_process_message
2446: );

Line 2468: app_exception.raise_exception

2464: ); */ --commented by bgowrava for bug#5631784
2465:
2466:
2467: if lv_process_flag <> jai_constants.successful then
2468: app_exception.raise_exception
2469: (exception_type => 'APP'
2470: ,exception_code => -20275
2471: ,exception_text => lv_process_message
2472: );

Line 2526: app_exception.raise_exception

2522: ||'lv_process_message =' ||lv_process_message
2523: ); */ --commented by bgowrava for bug#5631784
2524:
2525: if lv_process_flag <> jai_constants.successful then
2526: app_exception.raise_exception
2527: (exception_type => 'APP'
2528: ,exception_code => -20275
2529: ,exception_text => lv_process_message
2530: );

Line 2899: app_exception.raise_exception;

2895: fnd_message.set_token ( token => 'JAI_ERROR_DESCRIPTION',
2896: value => lv_process_message
2897: );
2898:
2899: app_exception.raise_exception;
2900:
2901: END IF; ---------A2
2902:
2903: