DBA Data[Home] [Help]

APPS.JTF_FM_MD_MIGRATION_PVT dependencies on FND_MESSAGE

Line 156: fnd_message.set_name('JTF', 'JTF_FM_MSG_MGRT_SUMMRY');

152: -- ||'-'||to_char(g_end_time,'MM/DD/RRRR HH24:MI:SS'));
153: printOutput('');
154: printOutput('=================================');
155: -- Migration summary
156: fnd_message.set_name('JTF', 'JTF_FM_MSG_MGRT_SUMMRY');
157: l_temp_msg := fnd_message.get;
158: printOutput('1. '||l_temp_msg);
159: printOutput('=================================');
160: -- Number of content items created

Line 157: l_temp_msg := fnd_message.get;

153: printOutput('');
154: printOutput('=================================');
155: -- Migration summary
156: fnd_message.set_name('JTF', 'JTF_FM_MSG_MGRT_SUMMRY');
157: l_temp_msg := fnd_message.get;
158: printOutput('1. '||l_temp_msg);
159: printOutput('=================================');
160: -- Number of content items created
161: fnd_message.set_name('JTF', 'JTF_FM_M_NUM_CONT_ITEM_DESC');

Line 161: fnd_message.set_name('JTF', 'JTF_FM_M_NUM_CONT_ITEM_DESC');

157: l_temp_msg := fnd_message.get;
158: printOutput('1. '||l_temp_msg);
159: printOutput('=================================');
160: -- Number of content items created
161: fnd_message.set_name('JTF', 'JTF_FM_M_NUM_CONT_ITEM_DESC');
162: l_temp_msg := fnd_message.get;
163: printOutput(l_temp_msg||': '||to_char(g_item_created));
164: printOutput('');
165: FOR l_i IN 1..MIGRATED_CONTENT.count LOOP

Line 162: l_temp_msg := fnd_message.get;

158: printOutput('1. '||l_temp_msg);
159: printOutput('=================================');
160: -- Number of content items created
161: fnd_message.set_name('JTF', 'JTF_FM_M_NUM_CONT_ITEM_DESC');
162: l_temp_msg := fnd_message.get;
163: printOutput(l_temp_msg||': '||to_char(g_item_created));
164: printOutput('');
165: FOR l_i IN 1..MIGRATED_CONTENT.count LOOP
166: IF MOD(l_i-1,25) = 0 THEN