DBA Data[Home] [Help]

APPS.OKL_OPEN_INTERFACE_PVT dependencies on FND_MSG_PUB

Line 761: -- fnd_msg_pub package

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

Line 785: FND_MSG_PUB.GET(

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

Line 32643: FND_MSG_PUB.ADD;

32639: write_to_log('OTHERS');
32640: FND_MESSAGE.SET_NAME('AR', 'HZ_STAGE_SQL_ERROR');
32641: FND_MESSAGE.SET_TOKEN('PROC' ,'Parallel Contract import failed');
32642: FND_MESSAGE.SET_TOKEN('ERROR' ,SQLERRM);
32643: FND_MSG_PUB.ADD;
32644: RAISE FND_API.G_EXC_ERROR;
32645: end;
32646:
32647: