DBA Data[Home] [Help]

APPS.JAI_CMN_BOND_REGISTER_PKG dependencies on APP_EXCEPTION

Line 62: app_exception.raise_exception;

58: p_register_id := null;
59: p_register_code := null;
60: FND_MESSAGE.SET_NAME('JA','JAI_EXCEPTION_OCCURED');
61: FND_MESSAGE.SET_TOKEN('JAI_PROCESS_MSG', lv_object_name ||'. Err:'||sqlerrm );
62: app_exception.raise_exception;
63:
64: End get_register_id;
65:
66: Procedure get_register_details

Line 134: app_exception.raise_exception;

130: EXCEPTION
131: WHEN OTHERS THEN
132: FND_MESSAGE.SET_NAME('JA','JAI_EXCEPTION_OCCURED');
133: FND_MESSAGE.SET_TOKEN('JAI_PROCESS_MSG', lv_object_name ||'. Err:'||sqlerrm );
134: app_exception.raise_exception;
135:
136:
137: End get_register_details;
138: