DBA Data[Home] [Help]

APPS.JAI_OM_WDD_TRIGGER_PKG dependencies on JAI_AR_TCS_REP_PKG

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

693: The matched quantity = shipped quantity should be checked only in case of ship confirm release_status = 'C'.
694: This check should not happen on Backordering release_status = 'B'.
695:
696: 16. 30-Jan-2007 bgowrava for forward porting bug#5631784(4742259), File Version 120.4
697: Added the call to jai_ar_tcs_rep_pkg.process_transaction. for TCS related validations.
698: Dependencies Due to this bug:-
699: This bug has lots of datamodel abd specification changes.
700:
701: 17. 17-May-2007 CSahoo for bug#5686360 File Version 120.5

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

1172: FETCH cur_get_org_hdr INTO tab_ooh ;
1173: CLOSE cur_get_org_hdr ;
1174:
1175: /*jai_cmn_debug_contexts_pkg.print ( pn_reg_id => ln_reg_id ,
1176: pv_log_msg => ' Before call to jai_ar_tcs_rep_pkg.process_transactions .'
1177: );*/ --commented by bgowrava for Bug #5631784
1178:
1179: jai_ar_tcs_rep_pkg.process_transactions ( p_ooh => tab_ooh ,
1180: p_event => jai_constants.wsh_ship_confirm ,

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

1175: /*jai_cmn_debug_contexts_pkg.print ( pn_reg_id => ln_reg_id ,
1176: pv_log_msg => ' Before call to jai_ar_tcs_rep_pkg.process_transactions .'
1177: );*/ --commented by bgowrava for Bug #5631784
1178:
1179: jai_ar_tcs_rep_pkg.process_transactions ( p_ooh => tab_ooh ,
1180: p_event => jai_constants.wsh_ship_confirm ,
1181: p_process_flag => lv_process_flag ,
1182: p_process_message => lv_process_message
1183: );

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

1182: p_process_message => lv_process_message
1183: );
1184:
1185: /*jai_cmn_debug_contexts_pkg.print ( pn_reg_id => ln_reg_id ,
1186: pv_log_msg => ' returned from jai_ar_tcs_rep_pkg.process_transactions .'
1187: );*/ --commented by bgowrava for Bug #5631784
1188:
1189: IF lv_process_flag = jai_constants.expected_error OR ---------A2
1190: lv_process_flag = jai_constants.unexpected_error

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

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

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

3229: || Start of bug #5631784
3230: || Code added by bgowrava for the forward porting bug
3231: */
3232: /* jai_cmn_debug_contexts_pkg.print ( pn_reg_id => ln_reg_id ,
3233: pv_log_msg => ' Before call to jai_ar_tcs_rep_pkg.wsh_interim_accounting '
3234: ); */ --commented by bgowrava for bug#5631784
3235:
3236: /*
3237: ||Does interim TCS accounting for the TCS type of taxes

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

3235:
3236: /*
3237: ||Does interim TCS accounting for the TCS type of taxes
3238: */
3239: jai_ar_tcs_rep_pkg.wsh_interim_accounting ( p_delivery_id => v_delivery_id ,
3240: p_delivery_detail_id => v_delivery_detail_id ,
3241: p_order_header_id => v_source_header_id ,
3242: p_organization_id => v_organization_id ,
3243: p_location_id => v_location_id ,

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

3245: p_process_flag => lv_process_flag ,
3246: p_process_message => lv_process_message
3247: );
3248: /* jai_cmn_debug_contexts_pkg.print ( pn_reg_id => ln_reg_id ,
3249: pv_log_msg => ' Returned from jai_ar_tcs_rep_pkg.wsh_interim_accounting '
3250: ); */ --commented by bgowrava for bug#5631784
3251:
3252: IF lv_process_flag = jai_constants.expected_error OR ---------A2
3253: lv_process_flag = jai_constants.unexpected_error

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

3256: || As Returned status is an error/not applicable hence:-
3257: || Set out variables p_process_flag and p_process_message accordingly
3258: */
3259: /* jai_cmn_debug_contexts_pkg.print ( pn_reg_id => ln_reg_id ,
3260: pv_log_msg => ' Error in processing jai_ar_tcs_rep_pkg.wsh_interim_accounting ' ||CHR(10)
3261: ||',lv_process_flag -> '||lv_process_flag ||CHR(10)
3262: ||',lv_process_message -> '||lv_process_message
3263: ); */ --commented by bgowrava for bug#5631784
3264: fnd_message.set_name ( application => 'JA',