DBA Data[Home] [Help]

APPS.JAI_JAR_TL_TRIGGER_PKG dependencies on JAI_AR_RGM_PROCESSING_PKG

Line 470: Called the procedure jai_ar_rgm_processing_pkg.get_regime_info is being called for regime setup validation.

466: up from regime tax setup. This is being done as a part of the service tax enhancement
467:
468: Solution:-
469: The check that, for service type of taxes ccid should be picked up from regime tax setup has been impletemented.
470: Called the procedure jai_ar_rgm_processing_pkg.get_regime_info is being called for regime setup validation.
471: Aslo called the function jai_cmn_rgm_recording_pkg.get_account to get the ccid in such cases.
472:
473: Dependency introduced as a part of this bug:-
474: This file should be released on top of Bug 4146708.

Line 580: Fix: Added an if condition to check if the location_id going into ' jai_ar_rgm_processing_pkg.get_regime_info' is null.

576:
577: 28 29-Oct-2010 abezgam for bug10176878
578: Issue: When attempting to run Autoinvoice, the following error occurs.
579: 'Invalid Code combination ,please check the Service Tax - Tax Accounting Setup '
580: Fix: Added an if condition to check if the location_id going into ' jai_ar_rgm_processing_pkg.get_regime_info' is null.
581: If the location_id null, it is fetched using the SO_AR_HDR_INFO cursor.
582:
583: 29 04-Mar-2011 Enhancement 11821537
584: Description: Notification # 18/2011 proposes change in Point of Taxation for Service Tax.

Line 933: jai_ar_rgm_processing_pkg.get_regime_info ( p_regime_code => jai_constants.service_regime ,

929: /**********************************************************************************************************
930: || Get the regime id and also validate the Regime/Regime Registratiom Setup Information
931: ***********************************************************************************************************/
932:
933: jai_ar_rgm_processing_pkg.get_regime_info ( p_regime_code => jai_constants.service_regime ,
934: p_tax_type_code => tax_type_rec.t_type ,
935: p_regime_id => ln_regime_id ,
936: p_error_flag => lv_error_flag ,
937: p_error_message => lv_error_message

Line 942: || Encountered an error from the call to jai_ar_rgm_processing_pkg.get_regime_info

938: );
939:
940: IF lv_error_flag <> jai_constants.successful THEN
941: /*
942: || Encountered an error from the call to jai_ar_rgm_processing_pkg.get_regime_info
943: || Stop processing and thorw an error
944: */
945: /* raise_application_error (-20130,lv_error_message);
946: */ pv_return_code := jai_constants.expected_error ; pv_return_message := lv_error_message ; return ;

Line 1054: || Encountered an error from the call to jai_ar_rgm_processing_pkg.get_regime_info

1050: p_process_msg => lv_error_message
1051: ) ;
1052: IF lv_error_flag <> jai_constants.successful THEN
1053: /*
1054: || Encountered an error from the call to jai_ar_rgm_processing_pkg.get_regime_info
1055: || Stop processing and thorw an error
1056: */
1057: /* raise_application_error (-20130,lv_error_message); */ pv_return_code := jai_constants.expected_error ; pv_return_message := lv_error_message ; return ;
1058: /*

Line 1686: Called the procedure jai_ar_rgm_processing_pkg.get_regime_info is being called for regime setup validation.

1682: up from regime tax setup. This is being done as a part of the service tax enhancement
1683:
1684: Solution:-
1685: The check that, for service type of taxes ccid should be picked up from regime tax setup has been impletemented.
1686: Called the procedure jai_ar_rgm_processing_pkg.get_regime_info is being called for regime setup validation.
1687: Aslo called the function jai_cmn_rgm_recording_pkg.get_account to get the ccid in such cases.
1688:
1689: Dependency introduced as a part of this bug:-
1690: This file should be released on top of Bug 4146708.

Line 2123: jai_ar_rgm_processing_pkg.get_regime_info ( p_regime_code => jai_constants.service_regime ,

2119: /*################################################################################################################
2120: || Get the regime id and also validate the Regime/Regime Registratiom Setup Information
2121: ################################################################################################################*/
2122:
2123: jai_ar_rgm_processing_pkg.get_regime_info ( p_regime_code => jai_constants.service_regime ,
2124: p_tax_type_code => tax_type_rec.t_type ,
2125: p_regime_id => ln_regime_id ,
2126: p_error_flag => lv_error_flag ,
2127: p_error_message => lv_error_message

Line 2132: || Encountered an error from the call to jai_ar_rgm_processing_pkg.get_regime_info

2128: );
2129:
2130: IF lv_error_flag <> jai_constants.successful THEN
2131: /*
2132: || Encountered an error from the call to jai_ar_rgm_processing_pkg.get_regime_info
2133: || Stop processing and thorw an error
2134: */
2135: /* raise_application_error (-20130,lv_error_message); */ pv_return_code := jai_constants.expected_error ; pv_return_message := lv_error_message ; return ;
2136: /*

Line 2262: || Encountered an error from the call to jai_ar_rgm_processing_pkg.get_regime_info

2258: ) ;
2259:
2260: IF lv_error_flag <> jai_constants.successful THEN
2261: /*
2262: || Encountered an error from the call to jai_ar_rgm_processing_pkg.get_regime_info
2263: || Stop processing and thorw an error
2264: */
2265: /* raise_application_error (-20130,lv_error_message); */ pv_return_code := jai_constants.expected_error ; pv_return_message := lv_error_message ; return ;
2266: /*