DBA Data[Home] [Help]

APPS.JAI_JAR_TL_TRIGGER_PKG dependencies on JAI_GST_GENERAL_PKG

Line 812: lv_enable_gst_flag := JAI_GST_GENERAL_PKG.IS_GST_ENABLED;

808: LOOP /* following if condition added by sriram - bug# 3266982*/
809:
810: --Added by zhiwei for GST get ccid by regime setup BUG#10233402 20101027 BEGIN
811: ----------------------------------------------------------------------
812: lv_enable_gst_flag := JAI_GST_GENERAL_PKG.IS_GST_ENABLED;
813: OPEN get_gst_organization_location(v_customer_trx_id);
814: FETCH get_gst_organization_location INTO v_organization_id,v_location_id;
815: CLOSE get_gst_organization_location;
816:

Line 835: v_ccid := JAI_GST_GENERAL_PKG.get_gst_accounting(

831: IF nvl(lv_enable_gst_flag,'N') = 'Y'
832: THEN
833:
834:
835: v_ccid := JAI_GST_GENERAL_PKG.get_gst_accounting(
836: pv_account_source => 'AR' ,
837: pv_trx_type => 'MANUAL' ,
838: pn_tax_regim_id => ln_regime_id ,
839: pv_tax_type_code => tax_type_rec.t_type ,

Line 2076: lv_enable_gst_flag := JAI_GST_GENERAL_PKG.IS_GST_ENABLED;

2072:
2073:
2074: -- Added by zhiwei for GST get ccid by regime setup BUG#10233402 20101027 BEGIN
2075: ------------------------------------------------------------------
2076: lv_enable_gst_flag := JAI_GST_GENERAL_PKG.IS_GST_ENABLED;
2077:
2078:
2079: OPEN get_gst_organization_location(pr_new.Customer_Trx_Id);
2080: FETCH get_gst_organization_location INTO v_organization_id,v_location_id;

Line 2085: v_ccid := JAI_GST_GENERAL_PKG.get_gst_accounting(

2081: CLOSE get_gst_organization_location;
2082:
2083: IF nvl(lv_enable_gst_flag,'N') = 'Y'
2084: THEN
2085: v_ccid := JAI_GST_GENERAL_PKG.get_gst_accounting(
2086: pv_account_source => 'AR' ,
2087: pv_trx_type => 'MANUAL' ,
2088: pn_tax_regim_id => ln_regime_id ,
2089: pv_tax_type_code => tax_type_rec.t_type ,