DBA Data[Home] [Help]

APPS.GMF_XLA_PKG dependencies on FND_MESSAGE

Line 1919: FND_MESSAGE.SET_NAME('GMF', 'CM_NOT_FROZEN');

1915: );
1916: END IF;
1917:
1918: -- g_log_msg := 'Raising application error. costs are not frozen and accounting mode is '||p_accounting_mode;
1919: FND_MESSAGE.SET_NAME('GMF', 'CM_NOT_FROZEN');
1920:
1921: g_log_msg := FND_MESSAGE.GET;
1922:
1923:

Line 1921: g_log_msg := FND_MESSAGE.GET;

1917:
1918: -- g_log_msg := 'Raising application error. costs are not frozen and accounting mode is '||p_accounting_mode;
1919: FND_MESSAGE.SET_NAME('GMF', 'CM_NOT_FROZEN');
1920:
1921: g_log_msg := FND_MESSAGE.GET;
1922:
1923:
1924: RAISE_APPLICATION_ERROR(-20101, g_log_msg);
1925: END IF;