DBA Data[Home] [Help]

APPS.JAI_AR_TCS_REP_PKG dependencies on JAI_RGM_THHOLD_PROC_PKG

Line 1754: jai_rgm_thhold_proc_pkg.get_threshold_slab_id (

1750: ) ;
1751: FETCH c_get_rgm_attribute INTO ln_regime_id, lv_org_tan_no ;
1752: CLOSE c_get_rgm_attribute;
1753:
1754: jai_rgm_thhold_proc_pkg.get_threshold_slab_id (
1755: p_regime_id => ln_regime_id ,
1756: p_org_tan_no => lv_org_tan_no ,
1757: p_party_type => jai_constants.party_type_customer ,
1758: p_party_id => nvl(p_ract.ship_to_customer_id,p_ract.bill_to_customer_id) ,

Line 4380: Added parameter p_called_from in the call of procedure jai_rgm_thhold_proc_pkg.get_threshold_slab_id

4376: source='Receivables India'
4377: category ='India Tax Collected'.
4378:
4379: 11. 28-Sep-2011 mmurtuza for bug#13025013
4380: Added parameter p_called_from in the call of procedure jai_rgm_thhold_proc_pkg.get_threshold_slab_id
4381:
4382:
4383: *******************************************************************************************************/
4384:

Line 6069: jai_rgm_thhold_proc_pkg.insert_threshold_hdr ( p_record => lr_hdr_record

6065: lr_hdr_record.party_pan_no :=ln_party_pan_no;
6066: --Insert in jai_rgm_thresholds only if records does not exists.
6067: IF NVL(ln_count,0) = 0 THEN
6068:
6069: jai_rgm_thhold_proc_pkg.insert_threshold_hdr ( p_record => lr_hdr_record
6070: , p_threshold_id => ln_threshold_id
6071: , p_row_id => lx_row_id
6072: );
6073: END IF;

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

6545: IF ln_transaction_id IS NOT NULL THEN
6546:
6547: /*commented by csahoo for bug# 6401388
6548: jai_cmn_debug_contexts_pkg.print ( pn_reg_id => ln_reg_id ,
6549: pv_log_msg => ' Before call to jai_rgm_thhold_proc_pkg.maintain_threshold : - p_event -> '||p_event
6550: ||', ln_transaction_id -> '||ln_transaction_id
6551: );*/
6552:
6553: jai_rgm_thhold_proc_pkg.maintain_threshold ( p_transaction_id => ln_transaction_id ,

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

6549: pv_log_msg => ' Before call to jai_rgm_thhold_proc_pkg.maintain_threshold : - p_event -> '||p_event
6550: ||', ln_transaction_id -> '||ln_transaction_id
6551: );*/
6552:
6553: jai_rgm_thhold_proc_pkg.maintain_threshold ( p_transaction_id => ln_transaction_id ,
6554: p_process_flag => lv_process_flag ,
6555: p_process_message => lv_process_message
6556: );
6557:

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

6556: );
6557:
6558: /*commented by csahoo for bug# 6401388
6559: jai_cmn_debug_contexts_pkg.print ( pn_reg_id => ln_reg_id ,
6560: pv_log_msg => ' Returned from jai_rgm_thhold_proc_pkg.maintain_threshold lv_process_flag: '||lv_process_flag
6561: );*/
6562:
6563: IF lv_process_flag = jai_constants.not_applicable THEN
6564: /*commented by csahoo for bug# 6401388