DBA Data[Home] [Help]

APPS.JAI_CMN_OM_AR_PROCESSING_PKG dependencies on JAI_GST_GENERAL_PKG

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

190: BEGIN
191:
192: IF upper(pv_source) = upper(jai_constants.source_ar) THEN
193:
194: lv_regime_code := JAI_GST_GENERAL_PKG.get_regime_code(pn_regime_id);
195:
196: IF lv_regime_code in ('CGST', 'SGST') THEN
197:
198: FOR rec_cur_get_man_ar_inv_taxes IN cur_get_man_ar_inv_taxes

Line 253: ln_charge_account_id := JAI_GST_GENERAL_PKG.get_account(

249: OPEN cur_repository_dtl(ln_repository_id);
250: FETCH cur_repository_dtl INTO r_repo_dtl;
251: CLOSE cur_repository_dtl;
252:
253: ln_charge_account_id := JAI_GST_GENERAL_PKG.get_account(
254: p_regime_id => pn_regime_id,
255: p_organization_type => pv_organization_type,
256: p_organization_id => pn_organization_id,
257: p_location_id => pn_location_id,

Line 262: ln_balancing_account_id := JAI_GST_GENERAL_PKG.get_account(

258: p_tax_type => rec_cur_get_man_ar_inv_taxes.tax_type,
259: p_account_name => jai_constants.liability
260: );
261:
262: ln_balancing_account_id := JAI_GST_GENERAL_PKG.get_account(
263: p_regime_id => pn_regime_id,
264: p_organization_type => pv_organization_type,
265: p_organization_id => pn_organization_id,
266: p_location_id => pn_location_id,

Line 365: pv_je_source_name => JAI_GST_GENERAL_PKG.get_regime_code(pn_regime_id),

361: (pn_organization_id => pn_organization_id,
362: pn_credit_amount => pn_amount,
363: pn_debit_amount => 0,
364: pn_cc_id => pn_charge_account_id,
365: pv_je_source_name => JAI_GST_GENERAL_PKG.get_regime_code(pn_regime_id),
366: pv_je_category_name => jai_constants.je_category_rg_entry,
367: pd_accounting_date => nvl(pd_accounting_date, sysdate),
368: pd_currency_conversion_date => pd_currency_conversion_date,
369: pv_currency_conversion_type => pv_currency_conversion_type,

Line 382: pv_je_source_name => JAI_GST_GENERAL_PKG.get_regime_code(pn_regime_id),

378: (pn_organization_id => pn_organization_id,
379: pn_credit_amount => 0,
380: pn_debit_amount => pn_amount,
381: pn_cc_id => pn_balancing_account_id,
382: pv_je_source_name => JAI_GST_GENERAL_PKG.get_regime_code(pn_regime_id),
383: pv_je_category_name => jai_constants.je_category_rg_entry,
384: pd_accounting_date => nvl(pd_accounting_date, sysdate),
385: pd_currency_conversion_date => pd_currency_conversion_date,
386: pv_currency_conversion_type => pv_currency_conversion_type,

Line 403: JAI_GST_GENERAL_PKG.get_regime_code(pn_regime_id)

399:
400: FOR rec_cur_get_deliveries IN cur_get_deliveries(pv_source,
401: pv_source_trx_type,
402: pv_source_table_name,
403: JAI_GST_GENERAL_PKG.get_regime_code(pn_regime_id)
404: )
405: LOOP
406:
407: ln_charge_account_id := JAI_GST_GENERAL_PKG.get_account(

Line 407: ln_charge_account_id := JAI_GST_GENERAL_PKG.get_account(

403: JAI_GST_GENERAL_PKG.get_regime_code(pn_regime_id)
404: )
405: LOOP
406:
407: ln_charge_account_id := JAI_GST_GENERAL_PKG.get_account(
408: p_regime_id => pn_regime_id ,
409: p_organization_type => jai_constants.orgn_type_io ,
410: p_organization_id => pn_organization_id ,
411: p_location_id => pn_location_id ,

Line 416: ln_balancing_account_id := JAI_GST_GENERAL_PKG.get_account(

412: p_tax_type => rec_cur_get_deliveries.tax_type ,
413: p_account_name => jai_constants.liability
414: ) ;
415:
416: ln_balancing_account_id := JAI_GST_GENERAL_PKG.get_account(
417: p_regime_id => pn_regime_id ,
418: p_organization_type => jai_constants.orgn_type_io ,
419: p_organization_id => pn_organization_id ,
420: p_location_id => pn_location_id ,