DBA Data[Home] [Help]

APPS.JAI_JRG_PLA_TRIGGER_PKG dependencies on JAI_CMN_VENDOR_SITES

Line 45: v_range_no JAI_CMN_VENDOR_SITES.excise_duty_range%type ;

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

Line 46: v_division_no JAI_CMN_VENDOR_SITES.excise_duty_division%type ;

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