DBA Data[Home] [Help]

APPS.JAI_AR_IMPORT_POPU_PKG dependencies on JAI_RGM_THHOLD_PROC_PKG

Line 933: jai_rgm_thhold_proc_pkg.get_threshold_slab_id

929: open c_get_regime_id (cp_regime_code => jai_constants.tcs_regime);
930: fetch c_get_regime_id into ln_tcs_regime_id;
931: close c_get_regime_id;
932: /* Find out what is the current slab */
933: jai_rgm_thhold_proc_pkg.get_threshold_slab_id
934: (
935: p_regime_id => ln_tcs_regime_id
936: , p_organization_id => ln_inv_orgn_id
937: , p_party_type => jai_constants.party_type_customer

Line 955: jai_rgm_thhold_proc_pkg.get_threshold_tax_cat_id

951: );
952: end if;
953: if ln_threshold_slab_id is not null then
954: /* Threshold level is up. Surcharge needs to be defaulted , so find out the tax category based on the threshold slab */
955: jai_rgm_thhold_proc_pkg.get_threshold_tax_cat_id
956: (
957: p_threshold_slab_id => ln_threshold_slab_id
958: , p_org_id => v_org_id
959: , p_threshold_tax_cat_id => ln_threshold_tax_cat_id

Line 985: || The api jai_rgm_thhold_proc_pkg.default_thhold_taxes inserts lines as per the same specified in the TCS tax category

981: and jrctt.tax_id = jtc.tax_id
982: and jtc.tax_type = jai_constants.tax_type_tcs;
983: /*
984: ||Call the helper method to default surcharge taxes on top of the SO taxes using the tax category
985: || The api jai_rgm_thhold_proc_pkg.default_thhold_taxes inserts lines as per the same specified in the TCS tax category
986: || into the ja_in_so_picking_tax_lines table
987: */
988: jai_rgm_thhold_proc_pkg.default_thhold_taxes
989: (

Line 988: jai_rgm_thhold_proc_pkg.default_thhold_taxes

984: ||Call the helper method to default surcharge taxes on top of the SO taxes using the tax category
985: || The api jai_rgm_thhold_proc_pkg.default_thhold_taxes inserts lines as per the same specified in the TCS tax category
986: || into the ja_in_so_picking_tax_lines table
987: */
988: jai_rgm_thhold_proc_pkg.default_thhold_taxes
989: (
990: p_source_trx_id => ''
991: , p_source_trx_line_id => v_customer_trx_line_id
992: , p_source_event => jai_constants.bill_only_invoice

Line 5504: jai_rgm_thhold_proc_pkg.get_threshold_slab_id

5500: open c_get_regime_id (cp_regime_code => jai_constants.tcs_regime);
5501: fetch c_get_regime_id into ln_tcs_regime_id;
5502: close c_get_regime_id;
5503: /* Find out what is the current slab */
5504: jai_rgm_thhold_proc_pkg.get_threshold_slab_id
5505: (
5506: p_regime_id => ln_tcs_regime_id
5507: , p_organization_id => ln_inv_orgn_id
5508: , p_party_type => jai_constants.party_type_customer

Line 5526: jai_rgm_thhold_proc_pkg.get_threshold_tax_cat_id

5522: );
5523: end if;
5524: if ln_threshold_slab_id is not null then
5525: /* Threshold level is up. Surcharge needs to be defaulted , so find out the tax category based on the threshold slab */
5526: jai_rgm_thhold_proc_pkg.get_threshold_tax_cat_id
5527: (
5528: p_threshold_slab_id => ln_threshold_slab_id
5529: , p_org_id => pr_new.org_id
5530: , p_threshold_tax_cat_id => ln_threshold_tax_cat_id

Line 5556: || The api jai_rgm_thhold_proc_pkg.default_thhold_taxes inserts lines as per the same specified in the TCS tax category

5552: and jrctt.tax_id = jtc.tax_id
5553: and jtc.tax_type = jai_constants.tax_type_tcs;
5554: /*
5555: ||Call the helper method to default surcharge taxes on top of the SO taxes using the tax category
5556: || The api jai_rgm_thhold_proc_pkg.default_thhold_taxes inserts lines as per the same specified in the TCS tax category
5557: || into the ja_in_so_picking_tax_lines table
5558: */
5559: jai_rgm_thhold_proc_pkg.default_thhold_taxes
5560: (

Line 5559: jai_rgm_thhold_proc_pkg.default_thhold_taxes

5555: ||Call the helper method to default surcharge taxes on top of the SO taxes using the tax category
5556: || The api jai_rgm_thhold_proc_pkg.default_thhold_taxes inserts lines as per the same specified in the TCS tax category
5557: || into the ja_in_so_picking_tax_lines table
5558: */
5559: jai_rgm_thhold_proc_pkg.default_thhold_taxes
5560: (
5561: p_source_trx_id => ''
5562: , p_source_trx_line_id => v_customer_trx_line_id
5563: , p_source_event => jai_constants.bill_only_invoice