DBA Data[Home] [Help]

APPS.IBY_ADDRESS_PKG dependencies on FND_MSG_PUB

Line 83: msg_txt := msg_txt ||' '|| FND_MSG_PUB.GET(i,'F');

79: msg_txt := l_msg_data;
80: else
81: for i in 1..l_msg_count loop
82:
83: msg_txt := msg_txt ||' '|| FND_MSG_PUB.GET(i,'F');
84:
85: end loop;
86:
87: -- o_msg := msg_txt;

Line 194: msg_txt := msg_txt ||' '|| FND_MSG_PUB.GET(i,'F');

190: msg_txt := l_msg_data;
191: else
192:
193: for i in 1..l_msg_count loop
194: msg_txt := msg_txt ||' '|| FND_MSG_PUB.GET(i,'F');
195: end loop;
196: -- o_msg := msg_txt;
197: end if;
198: --dbms_output.put_line('text is : '||msg_txt);