DBA Data[Home] [Help]

APPS.BIX_PMV_EMC_CUSTDET_RPT_PKG dependencies on FND_MESSAGE

Line 81: --Retrieve the message UNIDENTIFIED from FND_MESSAGES

77: l_dummy_cust := -123456;
78: END IF;
79:
80: --
81: --Retrieve the message UNIDENTIFIED from FND_MESSAGES
82: --
83: l_unident_string := FND_MESSAGE.GET_STRING('BIX','BIX_PMV_UNIDENT');
84:
85: IF l_unident_string IS NULL OR l_unident_string = 'BIX_PMV_UNIDENT'

Line 83: l_unident_string := FND_MESSAGE.GET_STRING('BIX','BIX_PMV_UNIDENT');

79:
80: --
81: --Retrieve the message UNIDENTIFIED from FND_MESSAGES
82: --
83: l_unident_string := FND_MESSAGE.GET_STRING('BIX','BIX_PMV_UNIDENT');
84:
85: IF l_unident_string IS NULL OR l_unident_string = 'BIX_PMV_UNIDENT'
86: THEN
87: l_unident_string := 'Not identified';