DBA Data[Home] [Help]

APPS.ZX_TRL_ALLOCATIONS_PKG dependencies on APP_EXCEPTION

Line 118: APP_EXCEPTION.RAISE_EXCEPTION;

114: 'Trx Line Exists Validation : FAILED');
115: END IF;
116: FND_MESSAGE.SET_NAME('ZX','ZX_GENERIC_TEXT');
117: FND_MESSAGE.SET_TOKEN('GENERIC_TEXT','Error : Transaction Line does not exist. System cannot create tax line without transaction line.');
118: APP_EXCEPTION.RAISE_EXCEPTION;
119: ELSE
120: IF (g_level_procedure >= g_current_runtime_level ) THEN
121: FND_LOG.STRING(g_level_procedure,
122: 'ZX.PLSQL.ZX_TRL_ALLOCATIONS_PKG.Insert_Row',

Line 977: APP_EXCEPTION.RAISE_EXCEPTION;

973: 'Trx Line Exists Validation : FAILED');
974: END IF;
975: FND_MESSAGE.SET_NAME('ZX','ZX_GENERIC_TEXT');
976: FND_MESSAGE.SET_TOKEN('GENERIC_TEXT','Error : Transaction Line does not exist. System cannot create tax line without transaction line.');
977: APP_EXCEPTION.RAISE_EXCEPTION;
978: ELSE
979: IF (g_level_procedure >= g_current_runtime_level ) THEN
980: FND_LOG.STRING(g_level_procedure,
981: 'ZX.PLSQL.ZX_TRL_ALLOCATIONS_PKG.Insert_All_Allocation',