DBA Data[Home] [Help]

APPS.JAI_OM_WDD_TRIGGER_PKG dependencies on JAI_AR_TCS_REP_PKG

Line 619: Added the call to jai_ar_tcs_rep_pkg.process_transaction. for TCS related validations.

615: The matched quantity = shipped quantity should be checked only in case of ship confirm release_status = 'C'.
616: This check should not happen on Backordering release_status = 'B'.
617:
618: 16. 30-Jan-2007 bgowrava for forward porting bug#5631784(4742259), File Version 120.4
619: Added the call to jai_ar_tcs_rep_pkg.process_transaction. for TCS related validations.
620: Dependencies Due to this bug:-
621: This bug has lots of datamodel abd specification changes.
622:
623: 17. 17-May-2007 CSahoo for bug#5686360 File Version 120.5

Line 952: pv_log_msg => ' Before call to jai_ar_tcs_rep_pkg.process_transactions .'

948: FETCH cur_get_org_hdr INTO tab_ooh ;
949: CLOSE cur_get_org_hdr ;
950:
951: /*jai_cmn_debug_contexts_pkg.print ( pn_reg_id => ln_reg_id ,
952: pv_log_msg => ' Before call to jai_ar_tcs_rep_pkg.process_transactions .'
953: );*/ --commented by bgowrava for Bug #5631784
954:
955: jai_ar_tcs_rep_pkg.process_transactions ( p_ooh => tab_ooh ,
956: p_event => jai_constants.wsh_ship_confirm ,

Line 955: jai_ar_tcs_rep_pkg.process_transactions ( p_ooh => tab_ooh ,

951: /*jai_cmn_debug_contexts_pkg.print ( pn_reg_id => ln_reg_id ,
952: pv_log_msg => ' Before call to jai_ar_tcs_rep_pkg.process_transactions .'
953: );*/ --commented by bgowrava for Bug #5631784
954:
955: jai_ar_tcs_rep_pkg.process_transactions ( p_ooh => tab_ooh ,
956: p_event => jai_constants.wsh_ship_confirm ,
957: p_process_flag => lv_process_flag ,
958: p_process_message => lv_process_message
959: );

Line 962: pv_log_msg => ' returned from jai_ar_tcs_rep_pkg.process_transactions .'

958: p_process_message => lv_process_message
959: );
960:
961: /*jai_cmn_debug_contexts_pkg.print ( pn_reg_id => ln_reg_id ,
962: pv_log_msg => ' returned from jai_ar_tcs_rep_pkg.process_transactions .'
963: );*/ --commented by bgowrava for Bug #5631784
964:
965: IF lv_process_flag = jai_constants.expected_error OR ---------A2
966: lv_process_flag = jai_constants.unexpected_error

Line 1899: e. Added the call to jai_ar_tcs_rep_pkg.wsh_interim_accounting to do the interim accounting for TCS type of taxes.

1895: c. If threshold up (not null threshold_slab_id) then derrive the tax_category_id attached
1896: in the threshold setup for the slab
1897: d. Based on the tax category (p_threshold_tax_cat_id) defaul the additional taxes by calling
1898: JAI_RGM_THHOLD_PROC_PKG.DEFAULT_THHOLD_TAXES
1899: e. Added the call to jai_ar_tcs_rep_pkg.wsh_interim_accounting to do the interim accounting for TCS type of taxes.
1900:
1901: 28. 16/Apr/2007 Bgowrava for forward porting bug#5989740 11i Bug#5907436 - File version
1902: ENH : HANDLING SECONDARY AND HIGHER EDUCATION CESS
1903: additional cess of 1% on all taxes to be levied to fund secondary education and higher

Line 2860: pv_log_msg => ' Before call to jai_ar_tcs_rep_pkg.wsh_interim_accounting '

2856: || Start of bug #5631784
2857: || Code added by bgowrava for the forward porting bug
2858: */
2859: /* jai_cmn_debug_contexts_pkg.print ( pn_reg_id => ln_reg_id ,
2860: pv_log_msg => ' Before call to jai_ar_tcs_rep_pkg.wsh_interim_accounting '
2861: ); */ --commented by bgowrava for bug#5631784
2862:
2863: /*
2864: ||Does interim TCS accounting for the TCS type of taxes

Line 2866: jai_ar_tcs_rep_pkg.wsh_interim_accounting ( p_delivery_id => v_delivery_id ,

2862:
2863: /*
2864: ||Does interim TCS accounting for the TCS type of taxes
2865: */
2866: jai_ar_tcs_rep_pkg.wsh_interim_accounting ( p_delivery_id => v_delivery_id ,
2867: p_delivery_detail_id => v_delivery_detail_id ,
2868: p_order_header_id => v_source_header_id ,
2869: p_organization_id => v_organization_id ,
2870: p_location_id => v_location_id ,

Line 2876: pv_log_msg => ' Returned from jai_ar_tcs_rep_pkg.wsh_interim_accounting '

2872: p_process_flag => lv_process_flag ,
2873: p_process_message => lv_process_message
2874: );
2875: /* jai_cmn_debug_contexts_pkg.print ( pn_reg_id => ln_reg_id ,
2876: pv_log_msg => ' Returned from jai_ar_tcs_rep_pkg.wsh_interim_accounting '
2877: ); */ --commented by bgowrava for bug#5631784
2878:
2879: IF lv_process_flag = jai_constants.expected_error OR ---------A2
2880: lv_process_flag = jai_constants.unexpected_error

Line 2887: pv_log_msg => ' Error in processing jai_ar_tcs_rep_pkg.wsh_interim_accounting ' ||CHR(10)

2883: || As Returned status is an error/not applicable hence:-
2884: || Set out variables p_process_flag and p_process_message accordingly
2885: */
2886: /* jai_cmn_debug_contexts_pkg.print ( pn_reg_id => ln_reg_id ,
2887: pv_log_msg => ' Error in processing jai_ar_tcs_rep_pkg.wsh_interim_accounting ' ||CHR(10)
2888: ||',lv_process_flag -> '||lv_process_flag ||CHR(10)
2889: ||',lv_process_message -> '||lv_process_message
2890: ); */ --commented by bgowrava for bug#5631784
2891: fnd_message.set_name ( application => 'JA',