DBA Data[Home] [Help]

APPS.JAI_JRG_23AC2_TRIGGER_PKG dependencies on JAI_CMN_VENDOR_SITES

Line 46: v_range_no JAI_CMN_VENDOR_SITES.excise_duty_range%type ;

42: --Variable definitions
43: v_vendor_change JAI_RCV_CENVAT_CLAIMS.vendor_changed_flag%type ; /* To hold the Flag value whether vendor is changed or not. */
44: v_vendor_id JAI_RCV_CENVAT_CLAIMS.vendor_id%type ; /* To hold the vendor id of ja_in_receipt_cenvat. */
45: v_vendor_site_id JAI_RCV_CENVAT_CLAIMS.vendor_site_id%type ; /* To hold the vendor site id of ja_in_receipt_cenvat. */
46: v_range_no JAI_CMN_VENDOR_SITES.excise_duty_range%type ;
47: v_division_no JAI_CMN_VENDOR_SITES.excise_duty_division%type ;
48: --Added the below 4 variables by Sanjikum for Bug #3964409
49: ln_slno JAI_CMN_RG_23AC_II_TRXS.slno%TYPE;
50: ln_opening_balance JAI_CMN_RG_23AC_II_TRXS.opening_balance%TYPE;

Line 47: v_division_no JAI_CMN_VENDOR_SITES.excise_duty_division%type ;

43: v_vendor_change JAI_RCV_CENVAT_CLAIMS.vendor_changed_flag%type ; /* To hold the Flag value whether vendor is changed or not. */
44: v_vendor_id JAI_RCV_CENVAT_CLAIMS.vendor_id%type ; /* To hold the vendor id of ja_in_receipt_cenvat. */
45: v_vendor_site_id JAI_RCV_CENVAT_CLAIMS.vendor_site_id%type ; /* To hold the vendor site id of ja_in_receipt_cenvat. */
46: v_range_no JAI_CMN_VENDOR_SITES.excise_duty_range%type ;
47: v_division_no JAI_CMN_VENDOR_SITES.excise_duty_division%type ;
48: --Added the below 4 variables by Sanjikum for Bug #3964409
49: ln_slno JAI_CMN_RG_23AC_II_TRXS.slno%TYPE;
50: ln_opening_balance JAI_CMN_RG_23AC_II_TRXS.opening_balance%TYPE;
51: ln_closing_balance JAI_CMN_RG_23AC_II_TRXS.closing_balance%TYPE;