DBA Data[Home] [Help]

APPS.IGS_FI_PRC_REFUNDS dependencies on FND_MSG_PUB

Line 1576: l_msg_count := FND_MSG_PUB.Count_Msg;

1572: -- the save point of Refunds
1573: fnd_file.put_line(fnd_file.log,
1574: sqlerrm);
1575: ROLLBACK TO REFUNDS;
1576: l_msg_count := FND_MSG_PUB.Count_Msg;
1577: FOR l_msg_cntr IN 1..l_msg_count LOOP
1578: fnd_file.put_line(fnd_file.log,
1579: fnd_msg_pub.get(p_msg_index => l_msg_cntr,
1580: p_encoded => 'T'));

Line 1579: fnd_msg_pub.get(p_msg_index => l_msg_cntr,

1575: ROLLBACK TO REFUNDS;
1576: l_msg_count := FND_MSG_PUB.Count_Msg;
1577: FOR l_msg_cntr IN 1..l_msg_count LOOP
1578: fnd_file.put_line(fnd_file.log,
1579: fnd_msg_pub.get(p_msg_index => l_msg_cntr,
1580: p_encoded => 'T'));
1581: END LOOP;
1582: l_exception_flag := TRUE;
1583: END;