DBA Data[Home] [Help]

APPS.OKL_KBK_APPROVALS_WF dependencies on FND_MSG_PUB

Line 1438: l_msg_count := fnd_msg_pub.count_msg;

1434: aname => G_WF_ITM_MESSAGE_DOC,
1435: avalue => 'plsql:Okl_Kbk_Approvals_Wf.pop_act_failure_doc/'|| itemkey);
1436:
1437: -- Set the error message on workflow attribute to be retrieved later when sending notification
1438: l_msg_count := fnd_msg_pub.count_msg;
1439: l_message := null;
1440: IF (l_msg_count > 0) THEN
1441: FOR l_counter IN 1 .. l_msg_count
1442: LOOP

Line 1443: fnd_msg_pub.get ( p_msg_index => l_counter

1439: l_message := null;
1440: IF (l_msg_count > 0) THEN
1441: FOR l_counter IN 1 .. l_msg_count
1442: LOOP
1443: fnd_msg_pub.get ( p_msg_index => l_counter
1444: , p_encoded => 'F'
1445: , p_data => l_data
1446: , p_msg_index_out => l_msg_index_out
1447: );