DBA Data[Home] [Help]

APPS.IEX_CO_WF dependencies on FND_MSG_PUB

Line 522: FOR i in 1..fnd_msg_pub.count_msg() LOOP

518: result := wf_engine.eng_completed;
519:
520: EXCEPTION
521: when others then
522: FOR i in 1..fnd_msg_pub.count_msg() LOOP
523: fnd_msg_pub.get(p_data => l_msg_data,
524: p_msg_index_out => l_msg_index_out);
525: -- IF PG_DEBUG < 10 THEN
526: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN

Line 523: fnd_msg_pub.get(p_data => l_msg_data,

519:
520: EXCEPTION
521: when others then
522: FOR i in 1..fnd_msg_pub.count_msg() LOOP
523: fnd_msg_pub.get(p_data => l_msg_data,
524: p_msg_index_out => l_msg_index_out);
525: -- IF PG_DEBUG < 10 THEN
526: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
527: iex_debug_pub.logmessage('wf_send_signal_cancelled: ' || 'error message is ' || l_msg_data);

Line 608: FOR i in 1..fnd_msg_pub.count_msg() LOOP

604: result := wf_engine.eng_completed;
605:
606: EXCEPTION
607: when others then
608: FOR i in 1..fnd_msg_pub.count_msg() LOOP
609: fnd_msg_pub.get(p_data => l_msg_data,
610: p_msg_index_out => l_msg_index_out);
611: -- IF PG_DEBUG < 10 THEN
612: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN

Line 609: fnd_msg_pub.get(p_data => l_msg_data,

605:
606: EXCEPTION
607: when others then
608: FOR i in 1..fnd_msg_pub.count_msg() LOOP
609: fnd_msg_pub.get(p_data => l_msg_data,
610: p_msg_index_out => l_msg_index_out);
611: -- IF PG_DEBUG < 10 THEN
612: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
613: iex_debug_pub.logmessage('wf_send_signal_complete: ' || 'error message is ' || l_msg_data);

Line 701: FND_MSG_PUB.ADD;

697: EXCEPTION
698: WHEN OTHERS THEN
699: FND_MESSAGE.SET_NAME('IEX', 'IEX_API_OTHERS_EXCEP');
700: FND_MESSAGE.SET_TOKEN('ERROR' ,SQLERRM);
701: FND_MSG_PUB.ADD;
702: ROLLBACK TO raise_report_cb_event;
703: END raise_report_cb_event;
704: */
705: