DBA Data[Home] [Help]

APPS.JAI_OM_UTILS_PKG dependencies on JAI_CONSTANTS

Line 606: tc.tax_type = jai_constants.tax_type_modvat_recovery AND /*--'Modvat Recovery' Ramananda for removal of SQL LITERALs :bug#4428980*/

602: FROM
603: JAI_OM_OE_SO_TAXES tl,
604: JAI_CMN_TAXES_ALL tc
605: WHERE
606: tc.tax_type = jai_constants.tax_type_modvat_recovery AND /*--'Modvat Recovery' Ramananda for removal of SQL LITERALs :bug#4428980*/
607: tc.tax_id = tl.tax_id AND
608: tl.line_id = p_line_id ;
609:
610: lv_exists VARCHAR2(1) ;

Line 653: return jai_constants.unexpected_error;

649:
650: WHEN OTHERS THEN
651: /* Handle all unexpected errors. */
652: p_error_msg := 'Unexpected error occured in function validate_excise_exemption - '||sqlerrm;
653: return jai_constants.unexpected_error;
654: END validate_excise_exemption;
655:
656: END jai_om_utils_pkg;