DBA Data[Home] [Help]

APPS.JAI_AR_HCA_TRIGGER_PKG dependencies on JAI_CONSTANTS

Line 23: pv_return_code := jai_constants.successful ;

19: From JAI_CMN_CUS_ADDRESSES
20: Where Customer_Id = v_customer_id;
21:
22: BEGIN
23: pv_return_code := jai_constants.successful ;
24: /* FILENAME: JA_IN_CUSTOMER_DELETE_TRG.sql
25:
26: CHANGE HISTORY:
27: S.No Date Author and Details

Line 60: Pv_return_code := jai_constants.unexpected_error;

56: End if;
57: /* Added an exception block by Ramananda for bug#4570303 */
58: EXCEPTION
59: WHEN OTHERS THEN
60: Pv_return_code := jai_constants.unexpected_error;
61: Pv_return_message := 'Encountered an error in JAI_AR_HCA_TRIGGER_PKG.ARD_T1 ' || substr(sqlerrm,1,1900);
62:
63: END ARD_T1 ;
64: