DBA Data[Home] [Help]

APPS.OKL_CO_WF dependencies on FND_MSG_PUB

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

1287: result := wf_engine.eng_completed;
1288:
1289: EXCEPTION
1290: when others then
1291: FOR i in 1..fnd_msg_pub.count_msg() LOOP
1292: fnd_msg_pub.get(p_data => l_msg_data,
1293: p_msg_index_out => l_msg_index_out);
1294: --dbms_output.put_line(to_char(i) || ':' || x_msg_data);
1295: END LOOP;

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

1288:
1289: EXCEPTION
1290: when others then
1291: FOR i in 1..fnd_msg_pub.count_msg() LOOP
1292: fnd_msg_pub.get(p_data => l_msg_data,
1293: p_msg_index_out => l_msg_index_out);
1294: --dbms_output.put_line(to_char(i) || ':' || x_msg_data);
1295: END LOOP;
1296:

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

1369: result := wf_engine.eng_completed;
1370:
1371: EXCEPTION
1372: when others then
1373: FOR i in 1..fnd_msg_pub.count_msg() LOOP
1374: fnd_msg_pub.get(p_data => l_msg_data,
1375: p_msg_index_out => l_msg_index_out);
1376: --dbms_output.put_line(to_char(i) || ':' || x_msg_data);
1377: END LOOP;

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

1370:
1371: EXCEPTION
1372: when others then
1373: FOR i in 1..fnd_msg_pub.count_msg() LOOP
1374: fnd_msg_pub.get(p_data => l_msg_data,
1375: p_msg_index_out => l_msg_index_out);
1376: --dbms_output.put_line(to_char(i) || ':' || x_msg_data);
1377: END LOOP;
1378:

Line 1576: FND_MSG_PUB.ADD;

1572: EXCEPTION
1573: WHEN OTHERS THEN
1574: FND_MESSAGE.SET_NAME('OKL', 'OKL_API_OTHERS_EXCEP');
1575: FND_MESSAGE.SET_TOKEN('ERROR' ,SQLERRM);
1576: FND_MSG_PUB.ADD;
1577: ROLLBACK TO raise_report_cb_event;
1578: END raise_report_cb_event;
1579: */
1580: