DBA Data[Home] [Help]

APPS.JAI_RCV_EXCISE_PROCESSING_PKG dependencies on JAI_CMN_RG_OTHERS_S

Line 2949: lv_source_register JAI_CMN_RG_OTHERS.source_register%TYPE;

2945: lv_statement_id VARCHAR2(5);
2946: ln_other_tax_credit NUMBER;
2947: ln_other_tax_debit NUMBER;
2948: lv_register_type JAI_CMN_RG_23AC_II_TRXS.register_type%TYPE;
2949: lv_source_register JAI_CMN_RG_OTHERS.source_register%TYPE;
2950:
2951: --start additions for bug#9854329
2952: lv_cr_rvrsl_flag jai_cmn_inventory_orgs.CENVAT_CR_REVRSL_FLAG%TYPE;
2953: cursor get_rev_flag(cp_organization_id in number,cp_location_id in number)

Line 5585: JAI_CMN_RG_OTHERS_S.nextval, ln_source_type, p_source_register,

5581: rg_other_id, source_type, source_register,
5582: source_register_id, tax_type, credit, debit,
5583: created_by, creation_date, last_updated_by, last_update_date
5584: ) VALUES (
5585: JAI_CMN_RG_OTHERS_S.nextval, ln_source_type, p_source_register,
5586: p_source_register_id, p_tax_type, p_credit, p_debit,
5587: fnd_global.user_id, sysdate, fnd_global.user_id, sysdate
5588: );
5589: EXCEPTION