DBA Data[Home] [Help]

APPS.JAI_RGM_GST_ACCOUNTING_PKG dependencies on JAI_GST_GENERAL_PKG

Line 136: lv_regime_code := JAI_GST_GENERAL_PKG.get_regime_code(pn_regime_id);

132:
133: lv_statement := '0';
134: lv_codepath := jai_general_pkg.plot_codepath(1, lv_codepath, 'Insert_Repository_Entry', 'START');
135:
136: lv_regime_code := JAI_GST_GENERAL_PKG.get_regime_code(pn_regime_id);
137:
138: OPEN cur_fetch_ou(pn_organization_id);
139: FETCH cur_fetch_ou INTO ln_org_id;
140: CLOSE cur_fetch_ou;

Line 273: ln_charge_account_id := JAI_GST_GENERAL_PKG.get_account(

269: lv_statement := '12';
270: IF pn_charge_account_id IS NULL THEN
271: lv_codepath := jai_general_pkg.plot_codepath(12, lv_codepath);
272:
273: ln_charge_account_id := JAI_GST_GENERAL_PKG.get_account(
274: p_regime_id => pn_regime_id,
275: p_organization_type => pv_organization_type,
276: p_organization_id => pn_organization_id,
277: p_location_id => pn_location_id,

Line 308: ln_balancing_account_id := JAI_GST_GENERAL_PKG.get_account(

304: IF pn_balancing_account_id IS NULL then
305: IF ln_balancing_account_id IS NULL THEN
306: lv_codepath := jai_general_pkg.plot_codepath(14, lv_codepath);
307:
308: ln_balancing_account_id := JAI_GST_GENERAL_PKG.get_account(
309: p_regime_id => pn_regime_id,
310: p_organization_type => lv_balancing_orgn_type,
311: p_organization_id => ln_balancing_orgn_id,
312: p_location_id => ln_balancing_location_id,