DBA Data[Home] [Help]

APPS.CSI_ITEM_INSTANCE_GRP dependencies on FND_FILE

Line 5776: FND_File.Put_Line(Fnd_File.LOG,'Into when others of bulk_insert');

5772: END IF;
5773: --
5774: EXCEPTION
5775: WHEN OTHERS THEN
5776: FND_File.Put_Line(Fnd_File.LOG,'Into when others of bulk_insert');
5777: FND_File.Put_Line(Fnd_File.LOG,'SQLERRM:'||substr(SQLERRM,1,200));
5778: csi_gen_utility_pvt.put_line('SQLERRM:'||substr(SQLERRM,1,200));
5779: ROLLBACK TO Bulk_Insert;
5780: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

Line 5777: FND_File.Put_Line(Fnd_File.LOG,'SQLERRM:'||substr(SQLERRM,1,200));

5773: --
5774: EXCEPTION
5775: WHEN OTHERS THEN
5776: FND_File.Put_Line(Fnd_File.LOG,'Into when others of bulk_insert');
5777: FND_File.Put_Line(Fnd_File.LOG,'SQLERRM:'||substr(SQLERRM,1,200));
5778: csi_gen_utility_pvt.put_line('SQLERRM:'||substr(SQLERRM,1,200));
5779: ROLLBACK TO Bulk_Insert;
5780: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
5781: END Bulk_Insert;

Line 8195: FND_File.Put_Line(Fnd_File.LOG,'Into unexpected exception of grp.create_item_instance');

8191: p_data => x_msg_data
8192: );
8193:
8194: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
8195: FND_File.Put_Line(Fnd_File.LOG,'Into unexpected exception of grp.create_item_instance');
8196: FND_File.Put_Line(Fnd_File.LOG,'SQLERRM:'||substr(SQLERRM,1,200));
8197: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
8198: ROLLBACK TO create_item_instance;
8199: FND_MSG_PUB.Count_And_Get

Line 8196: FND_File.Put_Line(Fnd_File.LOG,'SQLERRM:'||substr(SQLERRM,1,200));

8192: );
8193:
8194: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
8195: FND_File.Put_Line(Fnd_File.LOG,'Into unexpected exception of grp.create_item_instance');
8196: FND_File.Put_Line(Fnd_File.LOG,'SQLERRM:'||substr(SQLERRM,1,200));
8197: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
8198: ROLLBACK TO create_item_instance;
8199: FND_MSG_PUB.Count_And_Get
8200: ( p_count => x_msg_count,

Line 8205: FND_File.Put_Line(Fnd_File.LOG,'Into when others exception of grp.create_item_instance');

8201: p_data => x_msg_data
8202: );
8203:
8204: WHEN OTHERS THEN
8205: FND_File.Put_Line(Fnd_File.LOG,'Into when others exception of grp.create_item_instance');
8206: FND_File.Put_Line(Fnd_File.LOG,'SQLERRM:'||substr(SQLERRM,1,200));
8207: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
8208: ROLLBACK TO create_item_instance;
8209: IF FND_MSG_PUB.Check_Msg_Level

Line 8206: FND_File.Put_Line(Fnd_File.LOG,'SQLERRM:'||substr(SQLERRM,1,200));

8202: );
8203:
8204: WHEN OTHERS THEN
8205: FND_File.Put_Line(Fnd_File.LOG,'Into when others exception of grp.create_item_instance');
8206: FND_File.Put_Line(Fnd_File.LOG,'SQLERRM:'||substr(SQLERRM,1,200));
8207: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
8208: ROLLBACK TO create_item_instance;
8209: IF FND_MSG_PUB.Check_Msg_Level
8210: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)