DBA Data[Home] [Help]

APPS.JAI_RGM_THHOLD_PROC_PKG dependencies on JAI_RGM_THHOLD_PROC_PKG

Line 1: package body jai_rgm_thhold_proc_pkg AS

1: package body jai_rgm_thhold_proc_pkg AS
2: /*$Header: jai_rgm_thld_prc.plb 120.4.12000000.1 2007/07/24 06:56:10 rallamse noship $ */
3:
4: /* ----------------------------------------------------------------------------
5:

Line 30: lv_object_name jai_cmn_debug_contexts.log_context%type default 'TCS.JAI_RGM_THHOLD_PROC_PKG';

26:
27: /*----------------------------------------- PRIVATE MEMBERS DECLRATION -------------------------------------*/
28:
29: /** Package level variables used in debug package*/
30: lv_object_name jai_cmn_debug_contexts.log_context%type default 'TCS.JAI_RGM_THHOLD_PROC_PKG';
31: lv_member_name jai_cmn_debug_contexts.log_context%type;
32: lv_context jai_cmn_debug_contexts.log_context%type;
33:
34: procedure set_debug_context

Line 394: jai_cmn_debug_contexts_pkg.print ( ln_reg_id, 'Before: JAI_RGM_THHOLD_PROC_PKG.GET_THRESHOLD_TAX_CAT_ID');

390: /**
391: if this is the first iteration, get tax category for the slab . In other way if we already have tax_category_id (say -1) don't
392: even make a call to get_threshold_tax_cat_id API
393: */
394: jai_cmn_debug_contexts_pkg.print ( ln_reg_id, 'Before: JAI_RGM_THHOLD_PROC_PKG.GET_THRESHOLD_TAX_CAT_ID');
395:
396: if ln_threshold_tax_cat_id is null then
397: /** Control will never come here if THRESHOLD_SLAB_ID is null (i.e. if no slab is applicable) */
398: jai_rgm_thhold_proc_pkg.get_threshold_tax_cat_id

Line 398: jai_rgm_thhold_proc_pkg.get_threshold_tax_cat_id

394: jai_cmn_debug_contexts_pkg.print ( ln_reg_id, 'Before: JAI_RGM_THHOLD_PROC_PKG.GET_THRESHOLD_TAX_CAT_ID');
395:
396: if ln_threshold_tax_cat_id is null then
397: /** Control will never come here if THRESHOLD_SLAB_ID is null (i.e. if no slab is applicable) */
398: jai_rgm_thhold_proc_pkg.get_threshold_tax_cat_id
399: ( p_threshold_slab_id => r_thhold_info.threshold_slab_id
400: , p_org_id => p_org_id
401: , p_threshold_tax_cat_id => ln_threshold_tax_cat_id
402: , p_process_flag => p_process_flag

Line 408: /* jai_cmn_debug_contexts_pkg.print ( ln_reg_id, 'After: JAI_RGM_THHOLD_PROC_PKG.GET_THRESHOLD_TAX_CAT_ID');

404: );
405:
406: end if;
407:
408: /* jai_cmn_debug_contexts_pkg.print ( ln_reg_id, 'After: JAI_RGM_THHOLD_PROC_PKG.GET_THRESHOLD_TAX_CAT_ID');
409: jai_cmn_debug_contexts_pkg.print ( ln_reg_id, 'p_process_flag='||p_process_flag||', p_process_message='||p_process_message); */ --commented by bgowrava for bug#5631784
410:
411: if p_process_flag <> jai_constants.successful then
412: return;

Line 1782: jai_rgm_thhold_proc_pkg.get_threshold_tax_cat_id

1778:
1779: /* jai_cmn_debug_contexts_pkg.print (ln_reg_id, 'Calling GET_THRESHOLD_TAX_CAT_ID to get tax category for current slab='||lr_hdr_record.threshold_slab_id );*/ --commented by bgowrava for bug#5631784
1780:
1781: if lr_hdr_record.threshold_slab_id is not null then
1782: jai_rgm_thhold_proc_pkg.get_threshold_tax_cat_id
1783: (
1784: p_threshold_slab_id => lr_hdr_record.threshold_slab_id
1785: , p_org_id => r_trx_lines.org_id
1786: , p_threshold_tax_cat_id => ln_thhold_tax_cat_id

Line 2220: /* jai_cmn_debug_contexts_pkg.print ( ln_reg_id, 'Before JAI_RGM_THHOLD_PROC_PKG.GET_THRESHOLD_SLAB_ID'); */ --commented by bgowrava for bug#5631784

2216: close c_get_thhold_hdr_info;
2217:
2218: /** Get what is new threshold_slab_id*/
2219:
2220: /* jai_cmn_debug_contexts_pkg.print ( ln_reg_id, 'Before JAI_RGM_THHOLD_PROC_PKG.GET_THRESHOLD_SLAB_ID'); */ --commented by bgowrava for bug#5631784
2221: jai_rgm_thhold_proc_pkg.get_threshold_slab_id
2222: ( p_regime_id => ln_regime_id
2223: , p_org_tan_no => lv_org_tan_no
2224: , p_party_type => lv_party_type

Line 2221: jai_rgm_thhold_proc_pkg.get_threshold_slab_id

2217:
2218: /** Get what is new threshold_slab_id*/
2219:
2220: /* jai_cmn_debug_contexts_pkg.print ( ln_reg_id, 'Before JAI_RGM_THHOLD_PROC_PKG.GET_THRESHOLD_SLAB_ID'); */ --commented by bgowrava for bug#5631784
2221: jai_rgm_thhold_proc_pkg.get_threshold_slab_id
2222: ( p_regime_id => ln_regime_id
2223: , p_org_tan_no => lv_org_tan_no
2224: , p_party_type => lv_party_type
2225: , p_party_id => ln_party_id

Line 2233: /* jai_cmn_debug_contexts_pkg.print ( ln_reg_id, 'After JAI_RGM_THHOLD_PROC_PKG.GET_THRESHOLD_SLAB_ID');

2229: , p_threshold_slab_id => ln_new_thhold_slab_id
2230: , p_process_flag => p_process_flag
2231: , p_process_message => p_process_message
2232: );
2233: /* jai_cmn_debug_contexts_pkg.print ( ln_reg_id, 'After JAI_RGM_THHOLD_PROC_PKG.GET_THRESHOLD_SLAB_ID');
2234: jai_cmn_debug_contexts_pkg.print ( ln_reg_id, 'p_process_flag='||p_process_flag||',p_process_message='||p_process_message);*/ --commented by bgowrava for bug#5631784
2235: if p_process_flag <> jai_constants.successful then
2236: return;
2237: end if;

Line 2272: end jai_rgm_thhold_proc_pkg;

2268:
2269: end sync_threshold_header;
2270: /*------------------------------------------------------------------------------------------------------------*/
2271:
2272: end jai_rgm_thhold_proc_pkg;