DBA Data[Home] [Help]

APPS.JAI_AR_TCS_REP_PKG dependencies on JAI_RGM_THHOLD_PROC_PKG

Line 1256: jai_rgm_thhold_proc_pkg.get_threshold_slab_id (

1252: ) ;
1253: FETCH c_get_rgm_attribute INTO ln_regime_id, lv_org_tan_no ;
1254: CLOSE c_get_rgm_attribute;
1255:
1256: jai_rgm_thhold_proc_pkg.get_threshold_slab_id (
1257: p_regime_id => ln_regime_id ,
1258: p_org_tan_no => lv_org_tan_no ,
1259: p_party_type => jai_constants.party_type_customer ,
1260: p_party_id => nvl(p_ract.ship_to_customer_id,p_ract.bill_to_customer_id) ,

Line 5452: jai_rgm_thhold_proc_pkg.insert_threshold_hdr ( p_record => lr_hdr_record

5448: lr_hdr_record.party_pan_no :=ln_party_pan_no;
5449: --Insert in jai_rgm_thresholds only if records does not exists.
5450: IF NVL(ln_count,0) = 0 THEN
5451:
5452: jai_rgm_thhold_proc_pkg.insert_threshold_hdr ( p_record => lr_hdr_record
5453: , p_threshold_id => ln_threshold_id
5454: , p_row_id => lx_row_id
5455: );
5456: END IF;

Line 5932: pv_log_msg => ' Before call to jai_rgm_thhold_proc_pkg.maintain_threshold : - p_event -> '||p_event

5928: IF ln_transaction_id IS NOT NULL THEN
5929:
5930: /*commented by csahoo for bug# 6401388
5931: jai_cmn_debug_contexts_pkg.print ( pn_reg_id => ln_reg_id ,
5932: pv_log_msg => ' Before call to jai_rgm_thhold_proc_pkg.maintain_threshold : - p_event -> '||p_event
5933: ||', ln_transaction_id -> '||ln_transaction_id
5934: );*/
5935:
5936: jai_rgm_thhold_proc_pkg.maintain_threshold ( p_transaction_id => ln_transaction_id ,

Line 5936: jai_rgm_thhold_proc_pkg.maintain_threshold ( p_transaction_id => ln_transaction_id ,

5932: pv_log_msg => ' Before call to jai_rgm_thhold_proc_pkg.maintain_threshold : - p_event -> '||p_event
5933: ||', ln_transaction_id -> '||ln_transaction_id
5934: );*/
5935:
5936: jai_rgm_thhold_proc_pkg.maintain_threshold ( p_transaction_id => ln_transaction_id ,
5937: p_process_flag => lv_process_flag ,
5938: p_process_message => lv_process_message
5939: );
5940:

Line 5943: pv_log_msg => ' Returned from jai_rgm_thhold_proc_pkg.maintain_threshold lv_process_flag: '||lv_process_flag

5939: );
5940:
5941: /*commented by csahoo for bug# 6401388
5942: jai_cmn_debug_contexts_pkg.print ( pn_reg_id => ln_reg_id ,
5943: pv_log_msg => ' Returned from jai_rgm_thhold_proc_pkg.maintain_threshold lv_process_flag: '||lv_process_flag
5944: );*/
5945:
5946: IF lv_process_flag = jai_constants.not_applicable THEN
5947: /*commented by csahoo for bug# 6401388