DBA Data[Home] [Help]

APPS.BIX_PMV_EMC_ERPT_PRTLT_PKG dependencies on FND_MESSAGE

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

64: l_where_clause := l_where_clause || ' AND email_classification_id IN (:l_classification) ';
65: END IF;
66:
67:
68: l_other_account := FND_MESSAGE.GET_STRING('BIX','BIX_PMV_ALLACCT');
69:
70: IF l_other_account IS NULL OR l_other_account = 'BIX_PMV_ALLACCT'
71: THEN
72: l_other_account := 'Others';