DBA Data[Home] [Help]

APPS.JAI_JRG_23AC1_TRIGGER_PKG dependencies on JAI_CONSTANTS

Line 49: pv_return_code := jai_constants.successful ;

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: BEGIN
49: pv_return_code := jai_constants.successful ;
50: /*********************************************************************************************************************************************************************
51:
52: Created By : Aiyer
53:

Line 134: */ pv_return_code := jai_constants.expected_error ; pv_return_message := 'Exception is raised in ja_in_rg23_part_i_bi_trg' || sqlerrm ; return ;

130: CLOSE c_fetch_vendor_info;
131: exception
132: when others THEN
133: /* raise_application_error(-20010,'Exception is raised in ja_in_rg23_part_i_bi_trg' || sqlerrm);
134: */ pv_return_code := jai_constants.expected_error ; pv_return_message := 'Exception is raised in ja_in_rg23_part_i_bi_trg' || sqlerrm ; return ;
135: END BRI_T1 ;
136: END JAI_JRG_23AC1_TRIGGER_PKG ;