DBA Data[Home] [Help]

APPS.AMS_MULTIMEDIA_PVT SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 88

      transaction_type := p_multi_rec.create_delete_flag;
Line: 96

      l_multimedia_tbl(1).obj_lgl_ctnt_delete  := transaction_type ;
Line: 105

      IBE_LogicalContent_GRP.save_delete_lgl_ctnt(
		p_api_version         =>   l_api_version,
		p_init_msg_list       =>   l_init_msg_list,
		p_commit              =>   l_commit,
		x_return_status       => x_return_status,
		x_msg_count           => x_msg_count,
		x_msg_data            => x_msg_data,
		p_object_type_code    => p_multi_rec.obj_type_code,
		p_lgl_ctnt_tbl        => l_multimedia_tbl );