DBA Data[Home] [Help]

APPS.OKL_OPEN_INTERFACE_PVT dependencies on FND_MSG_PUB

Line 758: -- fnd_msg_pub package

754: -- PROCEDURE Report_Error
755: -- It is a generalized routine to display error on Concurrent Manager Log file
756: -- Calls:
757: -- okl_api package
758: -- fnd_msg_pub package
759: -- Called by:
760: -- process_record
761: -- check_input_record
762: -- process_input_record

Line 782: FND_MSG_PUB.GET(

778: );
779:
780: FOR i in 1..x_msg_count
781: LOOP
782: FND_MSG_PUB.GET(
783: p_msg_index => i,
784: p_encoded => FND_API.G_FALSE,
785: p_data => x_msg_data,
786: p_msg_index_out => x_msg_index_out

Line 32177: FND_MSG_PUB.ADD;

32173: write_to_log('OTHERS');
32174: FND_MESSAGE.SET_NAME('AR', 'HZ_STAGE_SQL_ERROR');
32175: FND_MESSAGE.SET_TOKEN('PROC' ,'Parallel Contract import failed');
32176: FND_MESSAGE.SET_TOKEN('ERROR' ,SQLERRM);
32177: FND_MSG_PUB.ADD;
32178: RAISE FND_API.G_EXC_ERROR;
32179: end;
32180:
32181: