DBA Data[Home] [Help]

APPS.IBC_BULKUPLOAD_PVT dependencies on FND_MSG_PUB

Line 8: Fnd_Msg_Pub.ADD;

4: IS
5: BEGIN
6:
7: Fnd_Message.SET_ENCODED(p_statement);
8: Fnd_Msg_Pub.ADD;
9: END;
10: -- --------------------------------------------------------------
11: -- UPSERT ITEM FULL
12: --

Line 316: -- l_msg := Fnd_Msg_Pub.get(i,Fnd_Api.G_FALSE);

312: END IF;
313:
314:
315: -- FOR i IN 1 .. l_count LOOP
316: -- l_msg := Fnd_Msg_Pub.get(i,Fnd_Api.G_FALSE);
317: -- write_log('(' || i || ') ' || l_msg);
318: -- END LOOP;
319: --
320: -- --Fnd_Msg_Pub.Delete_Msg;

Line 320: -- --Fnd_Msg_Pub.Delete_Msg;

316: -- l_msg := Fnd_Msg_Pub.get(i,Fnd_Api.G_FALSE);
317: -- write_log('(' || i || ') ' || l_msg);
318: -- END LOOP;
319: --
320: -- --Fnd_Msg_Pub.Delete_Msg;
321:
322: -- UPDATE IBC_BULK_UPLOAD SET content_item_id=l_content_item_id
323: -- WHERE ROWID=i_rec.ROWID;
324: