DBA Data[Home] [Help]

APPS.JAI_CMN_REVERSE_CHARGE_PKG dependencies on JAI_CMN_RGM_RECORDING_PKG

Line 1104: jai_cmn_rgm_recording_pkg.insert_repository_entry(p_repository_id => ln_repository_id,

1100:
1101: IF nvl(ln_entered_amt, 0) <> 0 THEN
1102:
1103: lv_codepath := jai_general_pkg.plot_codepath(23, lv_codepath);
1104: jai_cmn_rgm_recording_pkg.insert_repository_entry(p_repository_id => ln_repository_id,
1105: p_regime_id => pn_regime_id,
1106: p_tax_type => lv_tax_type,
1107: p_organization_type => jai_constants.service_tax_orgn_type,
1108: p_organization_id => ln_organization_id,

Line 1157: jai_cmn_rgm_recording_pkg.exc_gain_loss_accounting(p_repository_id => ln_rgm_reposotory_id,

1153: END LOOP;
1154:
1155: IF nvl(ln_exc_gain_loss_amt, 0) <> 0 THEN
1156:
1157: jai_cmn_rgm_recording_pkg.exc_gain_loss_accounting(p_repository_id => ln_rgm_reposotory_id,
1158: p_regime_id => pn_regime_id,
1159: p_tax_type => r_ref.tax_type,
1160: p_organization_type => jai_constants.orgn_type_io,
1161: p_organization_id => ln_organization_id,

Line 1190: jai_cmn_rgm_recording_pkg.update_reference(p_source => jai_constants.source_ap,

1186: RETURN;
1187: END IF;
1188: END IF;
1189:
1190: jai_cmn_rgm_recording_pkg.update_reference(p_source => jai_constants.source_ap,
1191: p_reference_id => r_ref.reference_id,
1192: p_recovered_amount => ln_recovered_amount,
1193: p_discounted_amount => ln_discounted_amount, -- CHK (Implementation)
1194: p_process_flag => p_process_flag,

Line 1545: ln_charge_accounting_id :=jai_cmn_rgm_recording_pkg.get_account

1541: lv_organization_type := jai_constants.orgn_type_io;
1542: ln_recovery_amount := ROUND(ln_recovery_amount, jai_constants.service_rgm_rnd_factor);
1543: END IF;
1544: /*Insert recovery accounting entry into GL INTERFACE*/
1545: ln_charge_accounting_id :=jai_cmn_rgm_recording_pkg.get_account
1546: (
1547: p_regime_id => pn_regime_id,
1548: p_organization_type => lv_organization_type,
1549: p_organization_id => r_rec.organization_id,

Line 1580: ln_charge_accounting_id :=jai_cmn_rgm_recording_pkg.get_account

1576: p_reference_id => NULL,
1577: p_currency_code => jai_constants.func_curr);
1578:
1579: /*Insert reverse charge accounting entry into GL INTERFACE*/
1580: ln_charge_accounting_id :=jai_cmn_rgm_recording_pkg.get_account
1581: (
1582: p_regime_id => pn_regime_id,
1583: p_organization_type => lv_organization_type,
1584: p_organization_id => r_rec.organization_id,

Line 1648: lv_object_name CONSTANT VARCHAR2(61) := 'jai_cmn_rgm_recording_pkg.post_accounting';

1644: p_curr_conv_type IN VARCHAR2 DEFAULT NULL,
1645: p_curr_conv_rate IN NUMBER DEFAULT NULL
1646: ) IS
1647:
1648: lv_object_name CONSTANT VARCHAR2(61) := 'jai_cmn_rgm_recording_pkg.post_accounting';
1649:
1650: lv_reference10 GL_INTERFACE.reference10%type;
1651: lv_reference23 GL_INTERFACE.reference23%type;
1652: lv_reference24 GL_INTERFACE.reference24%type;

Line 1774: jai_cmn_rgm_recording_pkg.get_period_name(

1770: RETURN ;
1771:
1772: END IF;
1773:
1774: jai_cmn_rgm_recording_pkg.get_period_name(
1775: p_organization_type => p_organization_type,
1776: p_organization_id => p_organization_id,
1777: p_accounting_date => ld_accounting_date,
1778: p_period_name => lv_period_name,

Line 1995: jai_cmn_rgm_recording_pkg.insert_repository_entry(

1991: lv_organization_type := jai_constants.orgn_type_io;
1992: ln_recovery_amount := ROUND(ln_recovery_amount, jai_constants.service_rgm_rnd_factor);
1993: END IF;
1994:
1995: jai_cmn_rgm_recording_pkg.insert_repository_entry(
1996: p_repository_id => ln_repository_id,
1997: p_regime_id => p_regime_id,
1998: p_tax_type => r_rec.tax_type,
1999: p_organization_type => lv_organization_type,