DBA Data[Home] [Help]

APPS.ZPB_DHMINTERFACE_GRP dependencies on FND_MESSAGE

Line 696: FND_MESSAGE.CLEAR;

692: else
693: l_value2 := null;
694: end if;
695: if (l_value2 is null or l_value2 = 'NA') then
696: FND_MESSAGE.CLEAR;
697: FND_MESSAGE.SET_NAME('ZPB', 'ZPB_EFFECTIVE_VERSION');
698: l_value2 := FND_MESSAGE.GET;
699:
700: begin

Line 697: FND_MESSAGE.SET_NAME('ZPB', 'ZPB_EFFECTIVE_VERSION');

693: l_value2 := null;
694: end if;
695: if (l_value2 is null or l_value2 = 'NA') then
696: FND_MESSAGE.CLEAR;
697: FND_MESSAGE.SET_NAME('ZPB', 'ZPB_EFFECTIVE_VERSION');
698: l_value2 := FND_MESSAGE.GET;
699:
700: begin
701: select EFFECTIVE_START_DATE, EFFECTIVE_END_DATE

Line 698: l_value2 := FND_MESSAGE.GET;

694: end if;
695: if (l_value2 is null or l_value2 = 'NA') then
696: FND_MESSAGE.CLEAR;
697: FND_MESSAGE.SET_NAME('ZPB', 'ZPB_EFFECTIVE_VERSION');
698: l_value2 := FND_MESSAGE.GET;
699:
700: begin
701: select EFFECTIVE_START_DATE, EFFECTIVE_END_DATE
702: into l_startDate, l_endDate