DBA Data[Home] [Help]

APPS.ZX_TRL_ALLOCATIONS_PKG dependencies on FND_MESSAGE

Line 116: FND_MESSAGE.SET_NAME('ZX','ZX_GENERIC_TEXT');

112: FND_LOG.STRING(g_level_procedure,
113: 'ZX.PLSQL.ZX_TRL_ALLOCATIONS_PKG.Insert_Row',
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

Line 117: FND_MESSAGE.SET_TOKEN('GENERIC_TEXT','Error : Transaction Line does not exist. System cannot create tax line without transaction line.');

113: 'ZX.PLSQL.ZX_TRL_ALLOCATIONS_PKG.Insert_Row',
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,

Line 975: FND_MESSAGE.SET_NAME('ZX','ZX_GENERIC_TEXT');

971: FND_LOG.STRING(g_level_procedure,
972: 'ZX.PLSQL.ZX_TRL_ALLOCATIONS_PKG.Insert_All_Allocation',
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

Line 976: FND_MESSAGE.SET_TOKEN('GENERIC_TEXT','Error : Transaction Line does not exist. System cannot create tax line without transaction line.');

972: 'ZX.PLSQL.ZX_TRL_ALLOCATIONS_PKG.Insert_All_Allocation',
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,