DBA Data[Home] [Help]

APPS.BIX_PMV_EMC_VBAG_PRTLT_PKG dependencies on FND_MESSAGE

Line 53: l_other_account := FND_MESSAGE.GET_STRING('BIX','BIX_PMV_ALLACCT');

49: IF l_classification IS NOT NULL THEN
50: l_where_clause := l_where_clause || ' AND email_classification_id IN (:l_classification) ';
51: END IF;
52:
53: l_other_account := FND_MESSAGE.GET_STRING('BIX','BIX_PMV_ALLACCT');
54:
55: IF l_other_account IS NULL OR l_other_account = 'BIX_PMV_ALLACCT'
56: THEN
57: l_other_account := 'Others';