DBA Data[Home] [Help]

APPS.OE_SCH_FIRM_CONC dependencies on OE_MSG_PUB

Line 177: OE_MSG_PUB.Count_And_Get

173: k.item_key,
174: 'FIRM_ELIGIBLE',
175: 'COMPLETE');
176:
177: OE_MSG_PUB.Count_And_Get
178: ( p_count => l_msg_count
179: , p_data => l_msg_data
180: );
181:

Line 184: l_msg_data := OE_MSG_PUB.Get(I,'F');

180: );
181:
182:
183: FOR I in 1..l_msg_count LOOP
184: l_msg_data := OE_MSG_PUB.Get(I,'F');
185: -- Write Messages in the log file
186: fnd_file.put_line(FND_FILE.LOG, l_msg_data);
187: -- Write the message to the database
188:

Line 407: OE_MSG_PUB.Count_And_Get

403: to_char(v_line_id),
404: 'FIRM_ELIGIBLE',
405: 'COMPLETE');
406:
407: OE_MSG_PUB.Count_And_Get
408: ( p_count => l_msg_count
409: , p_data => l_msg_data
410: );
411:

Line 413: l_msg_data := OE_MSG_PUB.Get(I,'F');

409: , p_data => l_msg_data
410: );
411:
412: FOR I in 1..l_msg_count loop
413: l_msg_data := OE_MSG_PUB.Get(I,'F');
414: -- Write Messages in the log file
415: FND_FILE.PUT_LINE(FND_FILE.LOG, l_msg_data);
416: -- Write the message to the database
417: END LOOP;