DBA Data[Home] [Help]

APPS.JAI_JRG_OTH_TRIGGER_PKG dependencies on JAI_CONSTANTS

Line 99: pv_return_code := jai_constants.successful ;

95: which are refered in this trigger
96:
97: --------------------------------------------------------------------------------------------------*/
98: BEGIN
99: pv_return_code := jai_constants.successful ;
100:
101: /**********************************************************************
102: CREATED BY : rchandan
103: CREATED DATE : 28-JAN-2005

Line 222: Pv_return_code := jai_constants.unexpected_error;

218:
219: /* Added an exception block by Ramananda for bug#4570303 */
220: EXCEPTION
221: WHEN OTHERS THEN
222: Pv_return_code := jai_constants.unexpected_error;
223: Pv_return_message := 'Encountered an error in JAI_JRG_OTH_TRIGGER_PKG.BRI_T1 ' || substr(sqlerrm,1,1900);
224:
225: END BRI_T1 ;
226: